跳转到内容
简体中文

SingletonHandle

此内容尚不支持你的语言。

Defined in: src/cluster/singleton/ClusterSingleton.ts:43

T

readonly manager: ActorRef

Defined in: src/cluster/singleton/ClusterSingleton.ts:47

Local manager — stopping it takes this node out of rotation.


readonly proxy: ClusterSingletonProxy<T>

Defined in: src/cluster/singleton/ClusterSingleton.ts:45

Location-transparent ActorRef — tell here, the leader’s instance receives.

stop(): void

Defined in: src/cluster/singleton/ClusterSingleton.ts:49

Stop both proxy and local manager.

void