Package akka.cluster
Class ClusterRemoteWatcher$
- java.lang.Object
 - 
- akka.cluster.ClusterRemoteWatcher$
 
 
- 
public class ClusterRemoteWatcher$ extends java.lang.ObjectINTERNAL 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 Propsprops(FailureDetectorRegistry<Address> failureDetector, RemoteSettings settings)Factory method forClusterRemoteWatcherProps. 
 - 
 
- 
- 
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 forClusterRemoteWatcherProps. 
 - 
 
 -