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 Props
props(Props singletonProps, java.lang.Object terminationMessage, ClusterSingletonManagerSettings settings)
Scala API: Factory method forClusterSingletonManager
Props
.
-
-
-
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 forClusterSingletonManager
Props
.
-
-