Listing
このコンテンツはまだ日本語訳がありません。
Defined in: src/discovery/ReceptionistMessages.ts:103
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:104
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:105
readonlyrefs: readonlyActorRef<T>[]
Defined in: src/discovery/ReceptionistMessages.ts:106
