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

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 toany2stringadd[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 toArrowAssoc[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(classOf[java.lang.CloneNotSupportedException]) @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 toEnsuring[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 toEnsuring[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 toEnsuring[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 toEnsuring[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: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  52. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  53. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  54. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  55. final val name: String
  56. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  57. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  58. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  59. val setup: ActorSystemSetup
  60. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  61. 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
  62. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  63. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  64. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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
  3. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Settings toStringFormat[Settings] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  4. def [B](y: B): (Settings, B)
    Implicit
    This member is added by an implicit conversion from Settings toArrowAssoc[Settings] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromSettings to any2stringadd[Settings]

Inherited by implicit conversion StringFormat fromSettings to StringFormat[Settings]

Inherited by implicit conversion Ensuring fromSettings to Ensuring[Settings]

Inherited by implicit conversion ArrowAssoc fromSettings to ArrowAssoc[Settings]

Ungrouped