Interface SettingsCompanion<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T apply​(akka.actor.ActorSystem system)
      Creates an instance of settings using the configuration provided by the given ActorSystem.
      T apply​(akka.actor.ClassicActorSystemProvider system)  
      T apply​(com.typesafe.config.Config config)
      Creates an instance of settings using the given Config.
      T apply​(java.lang.String configOverrides)
      Create an instance of settings using the given String of config overrides to override settings set in the class loader of this class (i.e. by application.conf or reference.conf files in the class loader of this class).
    • Method Detail

      • apply

        T apply​(akka.actor.ActorSystem system)
        Creates an instance of settings using the configuration provided by the given ActorSystem.
        Parameters:
        system - (undocumented)
        Returns:
        (undocumented)
      • apply

        T apply​(akka.actor.ClassicActorSystemProvider system)
      • apply

        T apply​(com.typesafe.config.Config config)
        Creates an instance of settings using the given Config.
        Parameters:
        config - (undocumented)
        Returns:
        (undocumented)
      • apply

        T apply​(java.lang.String configOverrides)
        Create an instance of settings using the given String of config overrides to override settings set in the class loader of this class (i.e. by application.conf or reference.conf files in the class loader of this class).
        Parameters:
        configOverrides - (undocumented)
        Returns:
        (undocumented)