public class RemoteWatcher$
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static RemoteWatcher$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
RemoteWatcher$() |
| Modifier and Type | Method and Description |
|---|---|
akka.actor.Props |
props(FailureDetectorRegistry<akka.actor.Address> failureDetector,
scala.concurrent.duration.FiniteDuration heartbeatInterval,
scala.concurrent.duration.FiniteDuration unreachableReaperInterval,
scala.concurrent.duration.FiniteDuration heartbeatExpectedResponseAfter)
Factory method for
RemoteWatcher Props. |
public static final RemoteWatcher$ MODULE$
public akka.actor.Props props(FailureDetectorRegistry<akka.actor.Address> failureDetector, scala.concurrent.duration.FiniteDuration heartbeatInterval, scala.concurrent.duration.FiniteDuration unreachableReaperInterval, scala.concurrent.duration.FiniteDuration heartbeatExpectedResponseAfter)
RemoteWatcher Props.failureDetector - (undocumented)heartbeatInterval - (undocumented)unreachableReaperInterval - (undocumented)heartbeatExpectedResponseAfter - (undocumented)