Ir al contenido
Español

ReceptionistSubscriberRef

Esta página aún no está disponible en tu idioma.

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”.

T = unknown