Package akka.remote

Class FailureDetectorLoader


  • public class FailureDetectorLoader
    extends java.lang.Object
    Loads and 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.

    param: fqcn Fully qualified class name of the implementation to be loaded. param: config Configuration that will be passed to the implementation param: system ActorSystem to be used for loading the implementation

    • Constructor Detail

      • FailureDetectorLoader

        public FailureDetectorLoader()