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
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 LogConfigOnStart: Boolean

    Permalink
  22. final val LogDeadLetters: Int

    Permalink
  23. final val LogDeadLettersDuringShutdown: Boolean

    Permalink
  24. final val LogLevel: String

    Permalink
  25. final val LoggerStartTimeout: Timeout

    Permalink
  26. final val Loggers: Seq[String]

    Permalink
  27. final val LoggersDispatcher: String

    Permalink
  28. final val LoggingFilter: String

    Permalink
  29. final val ProviderClass: String

    Permalink
  30. final val SchedulerClass: String

    Permalink
  31. final val SerializeAllCreators: Boolean

    Permalink
  32. final val SerializeAllMessages: Boolean

    Permalink
  33. final val StdoutLogLevel: String

    Permalink
  34. final val SupervisorStrategyClass: String

    Permalink
  35. final val UnstartedPushTimeout: Timeout

    Permalink
  36. final def asInstanceOf[T0]: T0

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

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

  39. 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
  40. 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
  41. 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
  42. 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
  43. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  45. 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()
  46. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  47. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  48. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  49. final val name: String

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  52. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  53. val setup: ActorSystemSetup

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

    Permalink
    Definition Classes
    AnyRef
  55. 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
  56. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. 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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    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