FailureDetector Class

A failure detector must be a thread-safe, mutable construct that registers heartbeat events of a resource and is able to decide the availability of that monitored resource

Namespace:  Akka.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll)

Syntax


public abstract class FailureDetector
Public MustInherit Class FailureDetector
public ref class FailureDetector abstract

Inheritance Hierarchy


Object
  Akka.Remote..::..FailureDetector