Zum Inhalt springen

SingletonHandle

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

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