| ClusterSingletonProxyProps Method |
Namespace:
Akka.Cluster.Tools.Singleton
Assembly:
Akka.Cluster.Tools (in Akka.Cluster.Tools.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static Props Props(
string singletonManagerPath,
ClusterSingletonProxySettings settings
)
static member Props :
singletonManagerPath : string *
settings : ClusterSingletonProxySettings -> Props
Parameters
- singletonManagerPath
- Type: SystemString
The logical path of the singleton manager, e.g. `/user/singletonManager`,
which ends with the name you defined in `actorOf` when creating the ClusterSingletonManager.
- settings
- Type: Akka.Cluster.Tools.SingletonClusterSingletonProxySettings
Cluster singleton proxy settings.
Return Value
Type:
PropsTBD
See Also