Click or drag to resize
Akka.NETFailureDetectorLoader Methods

The FailureDetectorLoader type exposes the following members.

Methods
  NameDescription
Public methodStatic memberLoad
Loads an instantiates a given FailureDetector implementation. The class to be loaded must have a constructor that accepts a Config and an EventStream parameter. Will throw ConfigurationException if the implementation cannot be loaded.
Public methodStatic memberLoadFailureDetector
Loads an instantiates a given FailureDetector implementation. The class to be loaded must have a constructor that accepts a Config and an EventStream parameter. Will throw ConfigurationException if the implementation cannot be loaded.
Top
See Also