콘텐츠로 이동
한국어

Listing

이 콘텐츠는 아직 번역되지 않았습니다.

Defined in: src/discovery/ReceptionistMessages.ts:63

Reply sent to Find requesters and to every Subscribe subscriber whenever the current set of registrations for the key changes. refs includes actors registered on any cluster node.

T = unknown

new Listing<T>(key, refs): Listing<T>

Defined in: src/discovery/ReceptionistMessages.ts:64

ServiceKey<T>

readonly ActorRef<T>[]

Listing<T>

readonly key: ServiceKey<T>

Defined in: src/discovery/ReceptionistMessages.ts:65


readonly refs: readonly ActorRef<T>[]

Defined in: src/discovery/ReceptionistMessages.ts:66