ReceptionistSubscribe
Это содержимое пока не доступно на вашем языке.
Defined in: src/discovery/ReceptionistMessages.ts:58
Continuous subscription: replyTo receives a Listing now AND every time
the set of refs for this key changes (register, deregister, cluster
gossip, node leaving).
The receptionist watches replyTo for the lifetime of the subscription,
so a subscriber that stops without unsubscribing is dropped rather than
pinned forever (#137).
Type Parameters
Section titled “Type Parameters”T = unknown
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ReceptionistSubscribe<
T>(key,replyTo):Subscribe<T>
Defined in: src/discovery/ReceptionistMessages.ts:59
Parameters
Section titled “Parameters”ServiceKey<T>
replyTo
Section titled “replyTo”Returns
Section titled “Returns”Subscribe<T>
Properties
Section titled “Properties”
readonlykey:ServiceKey<T>
Defined in: src/discovery/ReceptionistMessages.ts:60
replyTo
Section titled “replyTo”
readonlyreplyTo:ReceptionistSubscriberRef<T>
Defined in: src/discovery/ReceptionistMessages.ts:61
