Package akka.cluster
Class ClusterRemoteWatcher$
- java.lang.Object
-
- akka.cluster.ClusterRemoteWatcher$
-
public class ClusterRemoteWatcher$ extends java.lang.Object
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static ClusterRemoteWatcher$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ClusterRemoteWatcher$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Props
props(FailureDetectorRegistry<Address> failureDetector, RemoteSettings settings)
Factory method forClusterRemoteWatcher
Props
.
-
-
-
Field Detail
-
MODULE$
public static final ClusterRemoteWatcher$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
props
public Props props(FailureDetectorRegistry<Address> failureDetector, RemoteSettings settings)
Factory method forClusterRemoteWatcher
Props
.
-
-