콘텐츠로 이동
한국어

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