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