跳转到内容
简体中文

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