InvokeMessage interface
Invoke message
- Extends
Properties
| data | Payload data. |
| data |
Data type of the payload. |
| event | The event name when targeting upstream events. |
| invocation |
The invocation id |
| kind | Message type |
| target | The invocation target type. Currently, only upstream events are supported. |
Property Details
data
dataType
event
The event name when targeting upstream events.
event?: string
Property Value
string
invocationId
The invocation id
invocationId: string
Property Value
string
kind
Message type
kind: "invoke"
Property Value
"invoke"
target
The invocation target type. Currently, only upstream events are supported.
target?: "event"
Property Value
"event"