Package akka.remote
Class RemoteWatcher$
- java.lang.Object
-
- akka.remote.RemoteWatcher$
-
public class RemoteWatcher$ extends java.lang.Object
INTERNAL 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 Props
props(RemoteSettings settings, FailureDetectorRegistry<Address> failureDetector)
Factory method forRemoteWatcher
Props
.
-
-
-
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 forRemoteWatcher
Props
.
-
-