BrokerConnected
Defined in: src/io/broker/BrokerEvents.ts:11
Lifecycle events published on system.eventStream by every
BrokerActor. Health-checks, metrics, and admin tools subscribe
via system.eventStream.subscribe(probeRef, BrokerConnected) to get
a uniform view across all broker types.
Each event carries the actor path so listeners can attribute it even when many broker actors run in the same system.
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new BrokerConnected(
actorPath,endpoint):BrokerConnected
Defined in: src/io/broker/BrokerEvents.ts:12
Parameters
Section titled “Parameters”actorPath
Section titled “actorPath”string
endpoint
Section titled “endpoint”string
Returns
Section titled “Returns”BrokerConnected
Properties
Section titled “Properties”actorPath
Section titled “actorPath”
readonlyactorPath:string
Defined in: src/io/broker/BrokerEvents.ts:13
endpoint
Section titled “endpoint”
readonlyendpoint:string
Defined in: src/io/broker/BrokerEvents.ts:14