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
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Settings
  2. AnyRef
  3. Any
  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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. final val AddLoggingReceive: Boolean

  7. final val ConfigVersion: String

  8. final val CreationTimeout: Timeout

  9. final val Daemonicity: Boolean

  10. final val DebugAutoReceive: Boolean

  11. final val DebugEventStream: Boolean

  12. final val DebugLifecycle: Boolean

  13. final val DebugRouterMisconfiguration: Boolean

  14. final val DebugUnhandledMessage: Boolean

  15. final val DefaultVirtualNodesFactor: Int

  16. final val FsmDebugEvent: Boolean

  17. final val Home: Option[String]

  18. final val JvmExitOnFatalError: Boolean

  19. final val LogConfigOnStart: Boolean

  20. final val LogDeadLetters: Int

  21. final val LogDeadLettersDuringShutdown: Boolean

  22. final val LogLevel: String

  23. final val LoggerStartTimeout: Timeout

  24. final val Loggers: Seq[String]

  25. final val ProviderClass: String

  26. final val SchedulerClass: String

  27. final val SerializeAllCreators: Boolean

  28. final val SerializeAllMessages: Boolean

  29. final val StdoutLogLevel: String

  30. final val SupervisorStrategyClass: String

  31. final val UnstartedPushTimeout: Timeout

  32. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  33. def clone(): AnyRef

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

  35. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  37. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  40. final val name: String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  45. 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
  46. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    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

Ungrouped