콘텐츠로 이동
한국어

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