Package akka.cluster

Class DowningProvider$


  • public class DowningProvider$
    extends java.lang.Object
    INTERNAL API
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static DowningProvider$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Field Detail

      • MODULE$

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

      • DowningProvider$

        public DowningProvider$()
    • 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 ConfigurationException if loading it fails