콘텐츠로 이동
한국어

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