akka.actor.ActorSystem

Settings

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
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Settings
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Settings(classLoader: ClassLoader, cfg: Config, name: String)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from Settings to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (Settings, B)

    Implicit information
    This member is added by an implicit conversion from Settings to ArrowAssoc[Settings] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. final val AddLoggingReceive: Boolean

  9. final val ConfigVersion: String

  10. final val CreationTimeout: Timeout

  11. final val Daemonicity: Boolean

  12. final val DebugAutoReceive: Boolean

  13. final val DebugEventStream: Boolean

  14. final val DebugLifecycle: Boolean

  15. final val DebugRouterMisconfiguration: Boolean

  16. final val DebugUnhandledMessage: Boolean

  17. final val DefaultVirtualNodesFactor: Int

  18. final val FsmDebugEvent: Boolean

  19. final val Home: Option[String]

  20. final val JvmExitOnFatalError: Boolean

  21. final val LogConfigOnStart: Boolean

  22. final val LogDeadLetters: Int

  23. final val LogDeadLettersDuringShutdown: Boolean

  24. final val LogLevel: String

  25. final val LoggerStartTimeout: Timeout

  26. final val Loggers: Seq[String]

  27. final val ProviderClass: String

  28. final val SchedulerClass: String

  29. final val SerializeAllCreators: Boolean

  30. final val SerializeAllMessages: Boolean

  31. final val StdoutLogLevel: String

  32. final val SupervisorStrategyClass: String

  33. final val UnstartedPushTimeout: Timeout

  34. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  35. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. 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

  37. def ensuring(cond: (Settings) ⇒ Boolean, msg: ⇒ Any): Settings

    Implicit information
    This member is added by an implicit conversion from Settings to Ensuring[Settings] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  38. def ensuring(cond: (Settings) ⇒ Boolean): Settings

    Implicit information
    This member is added by an implicit conversion from Settings to Ensuring[Settings] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  39. def ensuring(cond: Boolean, msg: ⇒ Any): Settings

    Implicit information
    This member is added by an implicit conversion from Settings to Ensuring[Settings] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  40. def ensuring(cond: Boolean): Settings

    Implicit information
    This member is added by an implicit conversion from Settings to Ensuring[Settings] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  41. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  42. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  43. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  44. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from Settings to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  45. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  46. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  47. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  48. final val name: String

  49. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  50. final def notify(): Unit

    Definition Classes
    AnyRef
  51. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  52. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  53. 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
  54. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. def [B](y: B): (Settings, B)

    Implicit information
    This member is added by an implicit conversion from Settings to ArrowAssoc[Settings] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from Settings to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (settings: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from Settings to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (settings: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. final val EventHandlerStartTimeout: Timeout

    Annotations
    @deprecated
    Deprecated

    (Since version 2.2) use LoggerStartTimeout)

  2. final val EventHandlers: Seq[String]

    Annotations
    @deprecated
    Deprecated

    (Since version 2.2) use Loggers)

  3. def x: Settings

    Implicit information
    This member is added by an implicit conversion from Settings to ArrowAssoc[Settings] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (settings: ArrowAssoc[Settings]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  4. def x: Settings

    Implicit information
    This member is added by an implicit conversion from Settings to Ensuring[Settings] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (settings: Ensuring[Settings]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Settings to StringAdd

Inherited by implicit conversion any2stringfmt from Settings to StringFormat

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

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

Ungrouped