Skip to content

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