|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.remote.FailureDetectorLoader
public class FailureDetectorLoader
INTERNAL API
Utility class to create FailureDetector
instances reflectively.
Constructor Summary | |
---|---|
FailureDetectorLoader()
|
Method Summary | |
---|---|
static FailureDetector |
apply(java.lang.String fqcn,
com.typesafe.config.Config config,
ActorContext ctx)
Loads and instantiates a given FailureDetector implementation. |
static FailureDetector |
load(java.lang.String fqcn,
com.typesafe.config.Config config,
ActorSystem system)
Loads and instantiates a given FailureDetector implementation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FailureDetectorLoader()
Method Detail |
---|
public static FailureDetector load(java.lang.String fqcn, com.typesafe.config.Config config, ActorSystem system)
FailureDetector
implementation. The class to be loaded must have a constructor
that accepts a com.typesafe.config.Config
and an EventStream
parameter. Will throw ConfigurationException
if the implementation cannot be loaded.
fqcn
- Fully qualified class name of the implementation to be loaded.config
- Configuration that will be passed to the implementationsystem
- ActorSystem to be used for loading the implementation
FailureDetector
implementationpublic static FailureDetector apply(java.lang.String fqcn, com.typesafe.config.Config config, ActorContext ctx)
FailureDetector
implementation. The class to be loaded must have a constructor
that accepts a com.typesafe.config.Config
and an EventStream
parameter. Will throw ConfigurationException
if the implementation cannot be loaded. Use load(java.lang.String, com.typesafe.config.Config, akka.actor.ActorSystem)
if no implicit ActorContext
is
available.
fqcn
- Fully qualified class name of the implementation to be loaded.config
- Configuration that will be passed to the implementationctx
- (undocumented)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |