final class Settings extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- Settings
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Settings(settings: ActorSystem.Settings)
- new Settings(config: Config, classicSettings: ActorSystem.Settings, name: String)
Value Members
- val PubSubDeadLettersWhenNoSubscribers: Boolean
- val RestartStashCapacity: Int
- val classicSettings: ActorSystem.Settings
- val config: Config
- val name: String
- def setup: ActorSystemSetup
- 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
The configuration settings that were parsed from the config by an ActorSystem. This class is immutable.