Package akka.cluster

Class ClusterRemoteWatcher$


  • public class ClusterRemoteWatcher$
    extends java.lang.Object
    Factory method for ClusterRemoteWatcher Props.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ClusterRemoteWatcher$ 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​(FailureDetectorRegistry<Address> failureDetector, scala.concurrent.duration.FiniteDuration heartbeatInterval, scala.concurrent.duration.FiniteDuration unreachableReaperInterval, scala.concurrent.duration.FiniteDuration heartbeatExpectedResponseAfter)  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • ClusterRemoteWatcher$

        public ClusterRemoteWatcher$()
    • Method Detail

      • props

        public Props props​(FailureDetectorRegistry<Address> failureDetector,
                           scala.concurrent.duration.FiniteDuration heartbeatInterval,
                           scala.concurrent.duration.FiniteDuration unreachableReaperInterval,
                           scala.concurrent.duration.FiniteDuration heartbeatExpectedResponseAfter)