Class Settings


  • public final class Settings
    extends java.lang.Object
    The configuration settings that were parsed from the config by an ActorSystem. This class is immutable.
    • 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