Click or drag to resize
Akka.NETIFailureDetectorRegistryT Methods

The IFailureDetectorRegistryT generic type exposes the following members.

Methods
  NameDescription
Public methodHeartbeat
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.
Public methodIsAvailable
Returns true if the resource is considered to be up and healthy, false otherwise. For unregistered resources it returns true.
Public methodIsMonitoring
Returns true if the failure detector has received any heartbeats and started monitoring the resource.
Public methodRemove
Remove the heartbeat management for a resource
Public methodReset
Removes all resources and any associated failure detector state.
Top
See Also