Package akka.cluster.singleton
Class ClusterSingletonProxy$
- java.lang.Object
 - 
- akka.cluster.singleton.ClusterSingletonProxy$
 
 
- 
public class ClusterSingletonProxy$ extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static ClusterSingletonProxy$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description ClusterSingletonProxy$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Propsprops(java.lang.String singletonManagerPath, ClusterSingletonProxySettings settings)Scala API: Factory method forClusterSingletonProxyProps. 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final ClusterSingletonProxy$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
props
public Props props(java.lang.String singletonManagerPath, ClusterSingletonProxySettings settings)
Scala API: Factory method forClusterSingletonProxyProps.- Parameters:
 singletonManagerPath- The logical path of the singleton manager, e.g./user/singletonManager, which ends with the name you defined inactorOfwhen creating theClusterSingletonManager.settings- seeClusterSingletonProxySettings
 
 - 
 
 -