Class 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.
    • 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 for ClusterSingletonManager pekko.actor.Props.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final ClusterSingletonManager$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • ClusterSingletonManager$

        public ClusterSingletonManager$()
    • Method Detail

      • props

        public Props props​(Props singletonProps,
                           java.lang.Object terminationMessage,
                           ClusterSingletonManagerSettings settings)
        Scala API: Factory method for ClusterSingletonManager pekko.actor.Props.