Click or drag to resize
Akka.NETFailureDetectorLoader Class
INTERNAL API Utility class to create FailureDetector instances via reflection.
Inheritance Hierarchy
SystemObject
  Akka.RemoteFailureDetectorLoader

Namespace:  Akka.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static class FailureDetectorLoader

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