Listing
Defined in: src/discovery/ReceptionistMessages.ts:63
Reply sent to Find requesters and to every Subscribe subscriber whenever
the current set of registrations for the key changes. refs includes
actors registered on any cluster node.
Type Parameters
Section titled “Type Parameters”T = unknown
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new Listing<
T>(key,refs):Listing<T>
Defined in: src/discovery/ReceptionistMessages.ts:64
Parameters
Section titled “Parameters”ServiceKey<T>
readonly ActorRef<T>[]
Returns
Section titled “Returns”Listing<T>
Properties
Section titled “Properties”
readonlykey:ServiceKey<T>
Defined in: src/discovery/ReceptionistMessages.ts:65
readonlyrefs: readonlyActorRef<T>[]
Defined in: src/discovery/ReceptionistMessages.ts:66