콘텐츠로 이동
한국어

ClusterClientReceptionist

이 콘텐츠는 아직 번역되지 않았습니다.

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

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:90

ActorSystem

ClusterClientReceptionist

start(cluster, settings?): void

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

Cluster

ClusterClientReceptionistSettings = {}

void


stop(): void

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

Stop accepting client envelopes. Idempotent.

void