ReceptionistUnsubscribe
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
Defined in: src/discovery/ReceptionistMessages.ts:66
Stop an active Subscribe.
Type Parameters
Section titled “Type Parameters”T = unknown
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ReceptionistUnsubscribe<
T>(key,replyTo):Unsubscribe<T>
Defined in: src/discovery/ReceptionistMessages.ts:67
Parameters
Section titled “Parameters”ServiceKey<T>
replyTo
Section titled “replyTo”Returns
Section titled “Returns”Unsubscribe<T>
Properties
Section titled “Properties”
readonlykey:ServiceKey<T>
Defined in: src/discovery/ReceptionistMessages.ts:68
replyTo
Section titled “replyTo”
readonlyreplyTo:ReceptionistSubscriberRef<T>
Defined in: src/discovery/ReceptionistMessages.ts:69
