BrokerDisconnected
Defined in: src/io/broker/BrokerEvents.ts:18
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new BrokerDisconnected(
actorPath,endpoint,cause?):BrokerDisconnected
Defined in: src/io/broker/BrokerEvents.ts:19
Parameters
Section titled “Parameters”actorPath
Section titled “actorPath”string
endpoint
Section titled “endpoint”string
cause?
Section titled “cause?”Error
Returns
Section titled “Returns”BrokerDisconnected
Properties
Section titled “Properties”actorPath
Section titled “actorPath”
readonlyactorPath:string
Defined in: src/io/broker/BrokerEvents.ts:20
cause?
Section titled “cause?”
readonlyoptionalcause?:Error
Defined in: src/io/broker/BrokerEvents.ts:22
endpoint
Section titled “endpoint”
readonlyendpoint:string
Defined in: src/io/broker/BrokerEvents.ts:21