Interface | Description |
---|---|
ClusterSingletonManager.Data |
INTERNAL API
public due to the
with FSM type parameters |
ClusterSingletonManager.State |
INTERNAL API
public due to the
with FSM type parameters |
ClusterSingletonMessage |
Marker trait for remote messages with special serializer.
|
Class | Description |
---|---|
ClusterSingletonManager |
Manages singleton actor instance among all cluster nodes or a group
of nodes tagged with a specific role.
|
ClusterSingletonManager.Internal$ |
INTERNAL API
|
ClusterSingletonManager$ | |
ClusterSingletonManagerSettings |
param: singletonName The actor name of the child singleton actor.
|
ClusterSingletonManagerSettings$ | |
ClusterSingletonProxy |
The
ClusterSingletonProxy works together with the ClusterSingletonManager to provide a
distributed proxy to the singleton actor. |
ClusterSingletonProxy$ | |
ClusterSingletonProxySettings |
param: singletonName The actor name of the singleton actor that is started by the
ClusterSingletonManager . |
ClusterSingletonProxySettings$ |
Exception | Description |
---|---|
ClusterSingletonManagerIsStuck |
Thrown when a consistent state can't be determined within the
defined retry limits.
|