Package org.apache.pekko.cluster
Class DowningProvider$
java.lang.Object
org.apache.pekko.cluster.DowningProvider$
INTERNAL API
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DowningProvider$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
DowningProvider$
public DowningProvider$()
-
-
Method Details
-
load
- 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
pekko.ConfigurationExceptionif loading it fails
-