Skip to content

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.

new BrokerConnected(actorPath, endpoint): BrokerConnected

Defined in: src/io/broker/BrokerEvents.ts:12

string

string

BrokerConnected

readonly actorPath: string

Defined in: src/io/broker/BrokerEvents.ts:13


readonly endpoint: string

Defined in: src/io/broker/BrokerEvents.ts:14