Click or drag to resize
Akka.NETClusterSingletonManagerSettings Properties

The ClusterSingletonManagerSettings type exposes the following members.

Properties
  NameDescription
Public propertyHandOverRetryInterval
When a node is becoming oldest it sends hand-over request to previous oldest, that might be leaving the cluster.
Public propertyRemovalMargin
Margin until the singleton instance that belonged to a downed/removed partition is created in surviving partition.
Public propertyRole
Singleton among the nodes tagged with specified role.
Public propertySingletonName
The actor name of the child singleton actor.
Top
See Also