public class ClusterSingletonManager$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ClusterSingletonManager$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
ClusterSingletonManager$() |
Modifier and Type | Method and Description |
---|---|
akka.actor.Props |
props(akka.actor.Props singletonProps,
java.lang.Object terminationMessage,
ClusterSingletonManagerSettings settings)
Scala API: Factory method for
ClusterSingletonManager Props . |
public static final ClusterSingletonManager$ MODULE$
public akka.actor.Props props(akka.actor.Props singletonProps, java.lang.Object terminationMessage, ClusterSingletonManagerSettings settings)
ClusterSingletonManager
Props
.singletonProps
- (undocumented)terminationMessage
- (undocumented)settings
- (undocumented)