final class Settings extends AnyRef

The configuration settings that were parsed from the config by an ActorSystem. This class is immutable.

Source
ActorSystem.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Settings
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Settings(settings: ActorSystem.Settings)
  2. new Settings(config: Config, classicSettings: ActorSystem.Settings, name: String)

Value Members

  1. val PubSubDeadLettersWhenNoSubscribers: Boolean
  2. val RestartStashCapacity: Int
  3. val classicSettings: ActorSystem.Settings
  4. val config: Config
  5. val name: String
  6. def setup: ActorSystemSetup
  7. def toString(): String

    Returns the String representation of the Config that this Settings is backed by

    Returns the String representation of the Config that this Settings is backed by

    Definition Classes
    Settings → AnyRef → Any