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