public class ClusterSingletonProxy$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ClusterSingletonProxy$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
ClusterSingletonProxy$() |
Modifier and Type | Method and Description |
---|---|
Props |
props(java.lang.String singletonManagerPath,
ClusterSingletonProxySettings settings)
Scala API: Factory method for
ClusterSingletonProxy Props . |
public static final ClusterSingletonProxy$ MODULE$
public Props props(java.lang.String singletonManagerPath, ClusterSingletonProxySettings settings)
ClusterSingletonProxy
Props
.
singletonManagerPath
- 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
- see ClusterSingletonProxySettings