SingletonHandle
Defined in: src/cluster/singleton/ClusterSingleton.ts:43
Type Parameters
Section titled “Type Parameters”T
Properties
Section titled “Properties”manager
Section titled “manager”
readonlymanager:ActorRef
Defined in: src/cluster/singleton/ClusterSingleton.ts:47
Local manager — stopping it takes this node out of rotation.
readonlyproxy:ClusterSingletonProxy<T>
Defined in: src/cluster/singleton/ClusterSingleton.ts:45
Location-transparent ActorRef — tell here, the leader’s instance receives.
Methods
Section titled “Methods”stop()
Section titled “stop()”stop():
void
Defined in: src/cluster/singleton/ClusterSingleton.ts:49
Stop both proxy and local manager.
Returns
Section titled “Returns”void