| IFailureDetectorRegistryT Interface |
Namespace: Akka.Remote
The IFailureDetectorRegistryT type exposes the following members.
| Name | Description | |
|---|---|---|
| Heartbeat |
Records a heartbeat for a resource. If the resource is not yet registered (i.e. this is the first heartbeat) then
is it automatically registered.
| |
| IsAvailable |
Returns true if the resource is considered to be up and healthy, false otherwise.
For unregistered resources it returns true.
| |
| IsMonitoring |
Returns true if the failure detector has received any heartbeats and started monitoring
the resource.
| |
| Remove |
Remove the heartbeat management for a resource
| |
| Reset |
Removes all resources and any associated failure detector state.
|