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"

See also

The Typesafe Config Library API Documentation

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Settings
  2. AnyRef
  3. Any
  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. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val AddLoggingReceive: Boolean
  5. final val AllowJavaSerialization: Boolean
  6. final val ConfigVersion: String
  7. final val CoordinatedShutdownRunByActorSystemTerminate: Boolean
  8. final val CoordinatedShutdownTerminateActorSystem: Boolean
  9. final val CreationTimeout: Timeout
  10. final val Daemonicity: Boolean
  11. final val DebugAutoReceive: Boolean
  12. final val DebugEventStream: Boolean
  13. final val DebugLifecycle: Boolean
  14. final val DebugRouterMisconfiguration: Boolean
  15. final val DebugUnhandledMessage: Boolean
  16. final val DefaultVirtualNodesFactor: Int
  17. final val FailMixedVersions: Boolean
  18. final val FsmDebugEvent: Boolean
  19. final val HasCluster: Boolean
  20. final val Home: Option[String]
  21. final val JvmExitOnFatalError: Boolean
  22. final val JvmShutdownHooks: Boolean
  23. final val LogConfigOnStart: Boolean
  24. final val LogDeadLetters: Int
  25. final val LogDeadLettersDuringShutdown: Boolean
  26. final val LogDeadLettersSuspendDuration: Duration
  27. final val LogLevel: String
  28. final val LoggerStartTimeout: Timeout
  29. final val Loggers: Seq[String]
  30. final val LoggersDispatcher: String
  31. final val LoggingFilter: String
  32. final val NoSerializationVerificationNeededClassPrefix: Set[String]
  33. final val ProviderClass: String
  34. final val ProviderSelectionType: ProviderSelection
  35. final val SchedulerClass: String
  36. final val SerializeAllCreators: Boolean
  37. final val SerializeAllMessages: Boolean
  38. final val StdoutLogLevel: String
  39. final val SupervisorStrategyClass: String
  40. final val UnstartedPushTimeout: Timeout
  41. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  42. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  43. 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

  44. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  46. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  47. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  48. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  49. final val name: String
  50. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  51. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  52. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  53. val setup: ActorSystemSetup
  54. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  55. 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
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. 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

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped