c

akka.actor.typed

Settings

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. All

Instance Constructors

  1. new Settings(settings: ActorSystem.Settings)
  2. new Settings(classLoader: ClassLoader, config: Config, name: String)
  3. new Settings(config: Config, untypedSettings: ActorSystem.Settings, name: String)

Value Members

  1. val RestartStashCapacity: Int
  2. val config: Config
  3. val name: String
  4. def setup: ActorSystemSetup
  5. 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
  6. val untypedSettings: ActorSystem.Settings