Aller au contenu
Français

SingletonHandle

Ce contenu n’est pas encore disponible dans votre langue.

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