Method | Description | |
---|---|---|
ClusterRemoteWatcher ( IFailureDetectorRegistry failureDetector, System.TimeSpan heartbeatInterval, System.TimeSpan unreachableReaperInterval, System.TimeSpan heartbeatExpectedResponseAfter ) : System | ||
Props ( IFailureDetectorRegistry failureDetector, System.TimeSpan heartbeatInterval, System.TimeSpan unreachableReaperInterval, System.TimeSpan heartbeatExpectedResponseAfter ) : Props |
Factory method for Akka.Remote.RemoteWatcher
|
Method | Description | |
---|---|---|
OnReceive ( object message ) : void | ||
PostStop ( ) : void | ||
PreStart ( ) : void | ||
WatchNode ( IInternalActorRef watchee ) : void |
Method | Description | |
---|---|---|
MemberRemoved ( |
||
MemberUp ( |
||
TakeOverResponsibility ( Akka.Actor.Address address ) : void |
When a cluster node is added this class takes over the responsibility for watchees on that node already handled by base RemoteWatcher.
|
public ClusterRemoteWatcher ( IFailureDetectorRegistry failureDetector, System.TimeSpan heartbeatInterval, System.TimeSpan unreachableReaperInterval, System.TimeSpan heartbeatExpectedResponseAfter ) : System | ||
failureDetector | IFailureDetectorRegistry | |
heartbeatInterval | System.TimeSpan | |
unreachableReaperInterval | System.TimeSpan | |
heartbeatExpectedResponseAfter | System.TimeSpan | |
return | System |
protected OnReceive ( object message ) : void | ||
message | object | |
return | void |
public static Props ( IFailureDetectorRegistry failureDetector, System.TimeSpan heartbeatInterval, System.TimeSpan unreachableReaperInterval, System.TimeSpan heartbeatExpectedResponseAfter ) : Props | ||
failureDetector | IFailureDetectorRegistry | |
heartbeatInterval | System.TimeSpan | |
unreachableReaperInterval | System.TimeSpan | |
heartbeatExpectedResponseAfter | System.TimeSpan | |
return | Props |
protected WatchNode ( IInternalActorRef watchee ) : void | ||
watchee | IInternalActorRef | |
return | void |