FailureDetectorLoader Class |
Namespace: Akka.Remote
The FailureDetectorLoader type exposes the following members.
Name | Description | |
---|---|---|
Load |
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.
| |
LoadFailureDetector |
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.
|