Class DowningProvider$

java.lang.Object
org.apache.pekko.cluster.DowningProvider$

public class DowningProvider$ extends Object
INTERNAL API
  • Field Details

    • MODULE$

      public static final DowningProvider$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • DowningProvider$

      public DowningProvider$()
  • Method Details

    • load

      public DowningProvider load(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 pekko.ConfigurationException if loading it fails