BrokerReconnectFailed
Defined in: src/io/broker/BrokerEvents.ts:36
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new BrokerReconnectFailed(
actorPath,endpoint,attempts,cause):BrokerReconnectFailed
Defined in: src/io/broker/BrokerEvents.ts:37
Parameters
Section titled “Parameters”actorPath
Section titled “actorPath”string
endpoint
Section titled “endpoint”string
attempts
Section titled “attempts”number
Total attempts that ran in the cycle that just gave up.
Error
Returns
Section titled “Returns”BrokerReconnectFailed
Properties
Section titled “Properties”actorPath
Section titled “actorPath”
readonlyactorPath:string
Defined in: src/io/broker/BrokerEvents.ts:38
attempts
Section titled “attempts”
readonlyattempts:number
Defined in: src/io/broker/BrokerEvents.ts:41
Total attempts that ran in the cycle that just gave up.
readonlycause:Error
Defined in: src/io/broker/BrokerEvents.ts:42
endpoint
Section titled “endpoint”
readonlyendpoint:string
Defined in: src/io/broker/BrokerEvents.ts:39