Packages

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"

Source
ActorSystem.scala
See also

The Typesafe Config Library API Documentation

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(classLoader: ClassLoader, cfg: Config, name: String)
  2. new Settings(classLoader: ClassLoader, cfg: Config, name: String, setup: ActorSystemSetup)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Settings to any2stringadd[Settings] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Settings, B)
    Implicit
    This member is added by an implicit conversion from Settings to ArrowAssoc[Settings] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final val AddLoggingReceive: Boolean
  7. final val AllowJavaSerialization: Boolean
  8. final val ConfigVersion: String
  9. final val CoordinatedShutdownRunByActorSystemTerminate: Boolean
  10. final val CoordinatedShutdownTerminateActorSystem: Boolean
  11. final val CreationTimeout: Timeout
  12. final val Daemonicity: Boolean
  13. final val DebugAutoReceive: Boolean
  14. final val DebugEventStream: Boolean
  15. final val DebugLifecycle: Boolean
  16. final val DebugRouterMisconfiguration: Boolean
  17. final val DebugUnhandledMessage: Boolean
  18. final val DefaultVirtualNodesFactor: Int
  19. final val FailMixedVersions: Boolean
  20. final val FsmDebugEvent: Boolean
  21. final val HasCluster: Boolean
  22. final val Home: Option[String]
  23. final val JvmExitOnFatalError: Boolean
  24. final val JvmShutdownHooks: Boolean
  25. final val LogConfigOnStart: Boolean
  26. final val LogDeadLetters: Int
  27. final val LogDeadLettersDuringShutdown: Boolean
  28. final val LogDeadLettersSuspendDuration: Duration
  29. final val LogLevel: String
  30. final val LoggerStartTimeout: Timeout
  31. final val Loggers: Seq[String]
  32. final val LoggersDispatcher: String
  33. final val LoggingFilter: String
  34. final val NoSerializationVerificationNeededClassPrefix: Set[String]
  35. final val ProviderClass: String
  36. final val ProviderSelectionType: ProviderSelection
  37. final val SchedulerClass: String
  38. final val SerializeAllCreators: Boolean
  39. final val SerializeAllMessages: Boolean
  40. final val StdoutLogLevel: String
  41. final val SupervisorStrategyClass: String
  42. final val UnstartedPushTimeout: Timeout
  43. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  44. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  45. final val config: Config

    The backing Config of this ActorSystem's Settings

    The backing Config of this ActorSystem's Settings

    See also

    The Typesafe Config Library API Documentation

  46. def ensuring(cond: (Settings) ⇒ Boolean, msg: ⇒ Any): Settings
    Implicit
    This member is added by an implicit conversion from Settings to Ensuring[Settings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  47. def ensuring(cond: (Settings) ⇒ Boolean): Settings
    Implicit
    This member is added by an implicit conversion from Settings to Ensuring[Settings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  48. def ensuring(cond: Boolean, msg: ⇒ Any): Settings
    Implicit
    This member is added by an implicit conversion from Settings to Ensuring[Settings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  49. def ensuring(cond: Boolean): Settings
    Implicit
    This member is added by an implicit conversion from Settings to Ensuring[Settings] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  50. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  51. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  52. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Settings to StringFormat[Settings] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  53. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  54. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  55. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  56. final val name: String
  57. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  58. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  59. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  60. val setup: ActorSystemSetup
  61. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  62. 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
  63. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  65. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. def [B](y: B): (Settings, B)
    Implicit
    This member is added by an implicit conversion from Settings to ArrowAssoc[Settings] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. final val EnableAdditionalSerializationBindings: Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Always enabled from Akka 2.6.0

  2. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Settings to any2stringadd[Settings]

Inherited by implicit conversion StringFormat from Settings to StringFormat[Settings]

Inherited by implicit conversion Ensuring from Settings to Ensuring[Settings]

Inherited by implicit conversion ArrowAssoc from Settings to ArrowAssoc[Settings]

Ungrouped