Package akka.cluster
Class DowningProvider$
- java.lang.Object
 - 
- akka.cluster.DowningProvider$
 
 
- 
public class DowningProvider$ extends java.lang.ObjectINTERNAL API 
- 
- 
Field Summary
Fields Modifier and Type Field Description static DowningProvider$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description DowningProvider$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DowningProviderload(java.lang.String fqcn, ActorSystem system) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final DowningProvider$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
load
public DowningProvider load(java.lang.String fqcn, ActorSystem system)
- Parameters:
 fqcn- Fully qualified class name of the implementation to be loaded.system- Actor system used to load the implemntation- Returns:
 - the provider or throws a 
ConfigurationExceptionif loading it fails 
 
 - 
 
 -