Skip to content

ReceptionistSubscribe

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

Continuous subscription: replyTo receives a Listing now AND every time the set of refs for this key changes (register, deregister, cluster gossip, node leaving).

T = unknown

new ReceptionistSubscribe<T>(key, replyTo): Subscribe<T>

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

ServiceKey<T>

ActorRef<Listing<T>>

Subscribe<T>

readonly key: ServiceKey<T>

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


readonly replyTo: ActorRef<Listing<T>>

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