Class: AgentMessage<T>
Type parameters
Name | Type |
---|---|
T | any |
Implements
Table of contents
Properties
Constructors
Properties
type
• type: AgentMessageType
Implementation of
data
• data: T
Implementation of
source
• Optional
source: IAgentMessageSource
Implementation of
timeout
• Optional
timeout: number
Implementation of
Constructors
constructor
• new AgentMessage<T
>(message
)
Type parameters
Name | Type |
---|---|
T | any |
Parameters
Name | Type |
---|---|
message | IAgentMessage <any > |