콘텐츠로 이동
한국어

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