ReceptionistSubscriberRef
이 콘텐츠는 아직 번역되지 않았습니다.
ReceptionistSubscriberRef<
T> =ActorRef<Listing<T> |ReceptionistSubscribeRejected<T>>
Defined in: src/discovery/ReceptionistMessages.ts:47
What a subscriber can be sent by the receptionist: listings, plus the refusal it gets when a subscriber cap is already full.
The union is the whole reason SubscribeRejected exists — a
Subscribe that is silently discarded leaves the caller waiting for a
first Listing that never arrives, which is indistinguishable from “the
key has no registrations yet”.
Type Parameters
Section titled “Type Parameters”T = unknown
