ActorMessage<T>
ActorMessage<
T>:object
The message to be sent by the actor
Type Parameters
| Type Parameter |
|---|
T extends MessageType
|
Type declaration
data
data:
RequestResponseMessageMap[T][0]
mustQueue?
optionalmustQueue:boolean
sourceMapId?
optionalsourceMapId:string|number|null
targetMapId?
optionaltargetMapId:string|number|null
type
type:
T