EventContent interface
イベント要求メッセージの内容。
プロパティ
| action | 指定されたイベントを含むアクション。 |
| actor | イベントを開始したエージェント。 ほとんどの場合、これは要求の承認コンテキストから発生する可能性があります。 |
| id | イベント ID。 |
| request | イベントを生成した要求。 |
| source | イベントを生成したレジストリ ノード。 別の言い方をすると、アクターがイベントを開始するときに、ソースによって生成されます。 |
| target | イベントのターゲット。 |
| timestamp | イベントが発生した時刻。 |
プロパティの詳細
action
指定されたイベントを含むアクション。
action?: string
プロパティ値
string
actor
id
イベント ID。
id?: string
プロパティ値
string
request
source
target
timestamp
イベントが発生した時刻。
timestamp?: Date
プロパティ値
Date