Class Settings


  • public final class Settings
    extends java.lang.Object
    Returns the String representation of the Config that this Settings is backed by
    • Constructor Detail

      • Settings

        public Settings​(com.typesafe.config.Config config,
                        ActorSystem.Settings untypedSettings,
                        java.lang.String name)
      • Settings

        public Settings​(java.lang.ClassLoader classLoader,
                        com.typesafe.config.Config config,
                        java.lang.String name)
    • Method Detail

      • RestartStashCapacity

        public int RestartStashCapacity()
      • config

        public com.typesafe.config.Config config()
      • name

        public java.lang.String name()
      • toString

        public java.lang.String toString()
        Returns the String representation of the Config that this Settings is backed by
        Overrides:
        toString in class java.lang.Object
        Returns:
        (undocumented)