BrokerReconnectAttempt
Defined in: src/io/broker/BrokerEvents.ts:26
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new BrokerReconnectAttempt(
actorPath,endpoint,attempt,delayMs):BrokerReconnectAttempt
Defined in: src/io/broker/BrokerEvents.ts:27
Parameters
Section titled “Parameters”actorPath
Section titled “actorPath”string
endpoint
Section titled “endpoint”string
attempt
Section titled “attempt”number
1-based attempt counter for the current reconnect cycle.
delayMs
Section titled “delayMs”number
Returns
Section titled “Returns”BrokerReconnectAttempt
Properties
Section titled “Properties”actorPath
Section titled “actorPath”
readonlyactorPath:string
Defined in: src/io/broker/BrokerEvents.ts:28
attempt
Section titled “attempt”
readonlyattempt:number
Defined in: src/io/broker/BrokerEvents.ts:31
1-based attempt counter for the current reconnect cycle.
delayMs
Section titled “delayMs”
readonlydelayMs:number
Defined in: src/io/broker/BrokerEvents.ts:32
endpoint
Section titled “endpoint”
readonlyendpoint:string
Defined in: src/io/broker/BrokerEvents.ts:29