コンテンツにスキップ
日本語

ClusterClientReceptionist

このコンテンツはまだ日本語訳がありません。

Defined in: src/cluster/ClusterClientReceptionist.ts:83

Per-system extension that runs once start(cluster) is called. Registers a wire handler on the cluster transport; calling stop() unregisters it. Re-callable: a second start(cluster) on the same cluster returns the same handle.

new ClusterClientReceptionist(system): ClusterClientReceptionist

Defined in: src/cluster/ClusterClientReceptionist.ts:88

ActorSystem

ClusterClientReceptionist

start(cluster, options?): void

Defined in: src/cluster/ClusterClientReceptionist.ts:90

Cluster

ClusterClientReceptionistOptions = {}

void


stop(): void

Defined in: src/cluster/ClusterClientReceptionist.ts:160

Stop accepting client envelopes. Idempotent.

void