Class

akka.actor.ActorSystem

Settings

Related Doc: package ActorSystem

Permalink

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
AnyRef, Any
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)

    Permalink
  2. new Settings(classLoader: ClassLoader, cfg: Config, name: String, setup: ActorSystemSetup)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Implicit information
    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)

    Permalink
    Implicit information
    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

    Permalink
    Definition Classes
    AnyRef → Any
  6. final val AddLoggingReceive: Boolean

    Permalink
  7. final val AllowJavaSerialization: Boolean

    Permalink
  8. final val ConfigVersion: String

    Permalink
  9. final val CreationTimeout: Timeout

    Permalink
  10. final val Daemonicity: Boolean

    Permalink
  11. final val DebugAutoReceive: Boolean

    Permalink
  12. final val DebugEventStream: Boolean

    Permalink
  13. final val DebugLifecycle: Boolean

    Permalink
  14. final val DebugRouterMisconfiguration: Boolean

    Permalink
  15. final val DebugUnhandledMessage: Boolean

    Permalink
  16. final val DefaultVirtualNodesFactor: Int

    Permalink
  17. final val EnableAdditionalSerializationBindings: Boolean

    Permalink
  18. final val FsmDebugEvent: Boolean

    Permalink
  19. final val Home: Option[String]

    Permalink
  20. final val JvmExitOnFatalError: Boolean

    Permalink
  21. final val JvmShutdownHooks: Boolean

    Permalink
  22. final val LogConfigOnStart: Boolean

    Permalink
  23. final val LogDeadLetters: Int

    Permalink
  24. final val LogDeadLettersDuringShutdown: Boolean

    Permalink
  25. final val LogLevel: String

    Permalink
  26. final val LoggerStartTimeout: Timeout

    Permalink
  27. final val Loggers: Seq[String]

    Permalink
  28. final val LoggersDispatcher: String

    Permalink
  29. final val LoggingFilter: String

    Permalink
  30. final val ProviderClass: String

    Permalink
  31. final val SchedulerClass: String

    Permalink
  32. final val SerializeAllCreators: Boolean

    Permalink
  33. final val SerializeAllMessages: Boolean

    Permalink
  34. final val StdoutLogLevel: String

    Permalink
  35. final val SupervisorStrategyClass: String

    Permalink
  36. final val UnstartedPushTimeout: Timeout

    Permalink
  37. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  38. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final val config: Config

    Permalink

    The backing Config of this ActorSystem's Settings

    The backing Config of this ActorSystem's Settings

    See also

    The Typesafe Config Library API Documentation

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    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()
  48. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  51. final val name: String

    Permalink
  52. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  53. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  54. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  55. val setup: ActorSystemSetup

    Permalink
  56. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  57. def toString(): String

    Permalink

    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
  58. final def wait(): Unit

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

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

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

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

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