Click or drag to resize
Akka.NETClusterSingletonProxySettings Properties

The ClusterSingletonProxySettings type exposes the following members.

Properties
  NameDescription
Public propertyBufferSize
If the location of the singleton is unknown the proxy will buffer this number of messages and deliver them when the singleton is identified.
Public propertyRole
The role of the cluster nodes where the singleton can be deployed.
Public propertySingletonIdentificationInterval
Interval at which the proxy will try to resolve the singleton instance.
Public propertySingletonName
The actor name of the singleton actor that is started by the ClusterSingletonManager.
Top
See Also