Last updated

Class: AgentMessage<T>

Type parameters

NameType
Tany

Implements

Table of contents

Properties

Constructors

Properties

type

type: AgentMessageType

Implementation of

IAgentMessage.type


data

data: T

Implementation of

IAgentMessage.data


source

Optional source: IAgentMessageSource

Implementation of

IAgentMessage.source


timeout

Optional timeout: number

Implementation of

IAgentMessage.timeout

Constructors

constructor

new AgentMessage<T>(message)

Type parameters

NameType
Tany

Parameters

NameType
messageIAgentMessage<any>