Package akka.cluster.singleton
Class ClusterSingletonManager$
- java.lang.Object
 - 
- akka.cluster.singleton.ClusterSingletonManager$
 
 
- 
public class ClusterSingletonManager$ extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static ClusterSingletonManager$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description ClusterSingletonManager$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Propsprops(Props singletonProps, java.lang.Object terminationMessage, ClusterSingletonManagerSettings settings)Scala API: Factory method forClusterSingletonManagerProps. 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final ClusterSingletonManager$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
props
public Props props(Props singletonProps, java.lang.Object terminationMessage, ClusterSingletonManagerSettings settings)
Scala API: Factory method forClusterSingletonManagerProps. 
 - 
 
 -