Package akka.remote
Class RemoteWatcher$
- java.lang.Object
- 
- akka.remote.RemoteWatcher$
 
- 
 public class RemoteWatcher$ extends java.lang.ObjectINTERNAL API
- 
- 
Field SummaryFields Modifier and Type Field Description static RemoteWatcher$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description RemoteWatcher$()
 - 
Method SummaryAll 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- 
propspublic Props props(RemoteSettings settings, FailureDetectorRegistry<Address> failureDetector) Factory method forRemoteWatcherProps.
 
- 
 
-