class Settings extends AnyRef
Settings are the overall ActorSystem Settings which also provides a convenient access to the Config object.
For more detailed information about the different possible configuration options, look in the Akka Documentation under "Configuration"
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- Settings
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Settings(classLoader: ClassLoader, cfg: Config, name: String)
- new Settings(classLoader: ClassLoader, cfg: Config, name: String, setup: ActorSystemSetup)
Value Members
- final val AddLoggingReceive: Boolean
- final val AllowJavaSerialization: Boolean
- final val ConfigVersion: String
- final val CreationTimeout: Timeout
- final val Daemonicity: Boolean
- final val DebugAutoReceive: Boolean
- final val DebugEventStream: Boolean
- final val DebugLifecycle: Boolean
- final val DebugRouterMisconfiguration: Boolean
- final val DebugUnhandledMessage: Boolean
- final val DefaultVirtualNodesFactor: Int
- final val EnableAdditionalSerializationBindings: Boolean
- final val FsmDebugEvent: Boolean
- final val Home: Option[String]
- final val JvmExitOnFatalError: Boolean
- final val LogConfigOnStart: Boolean
- final val LogDeadLetters: Int
- final val LogDeadLettersDuringShutdown: Boolean
- final val LogLevel: String
- final val LoggerStartTimeout: Timeout
- final val Loggers: Seq[String]
- final val LoggersDispatcher: String
- final val LoggingFilter: String
- final val ProviderClass: String
- final val SchedulerClass: String
- final val SerializeAllCreators: Boolean
- final val SerializeAllMessages: Boolean
- final val StdoutLogLevel: String
- final val SupervisorStrategyClass: String
- final val UnstartedPushTimeout: Timeout
-
final
val
config: Config
The backing Config of this ActorSystem's Settings
The backing Config of this ActorSystem's Settings
- final val name: String
- val 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