c

akka.remote

RemoteSettings

final class RemoteSettings extends AnyRef

Source
RemoteSettings.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RemoteSettings
  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. Protected

Instance Constructors

  1. new RemoteSettings(config: Config)

Value Members

  1. val Artery: ArterySettings
  2. val Transports: Seq[(String, Seq[String], Config)]
  3. val UseUnsafeRemoteFeaturesWithoutCluster: Boolean
  4. val WarnAboutDirectUse: Boolean
  5. val WarnUnsafeWatchWithoutCluster: Boolean
  6. val WatchFailureDetectorConfig: Config
  7. val WatchFailureDetectorImplementationClass: String
  8. val WatchHeartBeatInterval: FiniteDuration
  9. val WatchHeartbeatExpectedResponseAfter: FiniteDuration
  10. val WatchUnreachableReaperInterval: FiniteDuration
  11. val config: Config
  12. def configureDispatcher(props: Props): Props
    Annotations
    @nowarn()

Deprecated Value Members

  1. val Adapters: Map[String, String]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Classic remoting is deprecated, use Artery

  2. val BackoffPeriod: FiniteDuration
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Classic remoting is deprecated, use Artery

  3. val CommandAckTimeout: Timeout
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Classic remoting is deprecated, use Artery

  4. val Dispatcher: String
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Classic remoting is deprecated, use Artery

  5. val FlushWait: FiniteDuration
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Classic remoting is deprecated, use Artery

  6. val InitialSysMsgDeliveryTimeout: FiniteDuration
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Classic remoting is deprecated, use Artery

  7. val LogBufferSizeExceeding: Int
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Classic remoting is deprecated, use Artery

  8. val LogFrameSizeExceeding: Option[Int]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Classic remoting is deprecated, use Artery

  9. val LogReceive: Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Classic remoting is deprecated, use Artery

  10. val LogSend: Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Classic remoting is deprecated, use Artery

  11. val QuarantineDuration: FiniteDuration
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Classic remoting is deprecated, use Artery

  12. val QuarantineSilentSystemTimeout: FiniteDuration
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Classic remoting is deprecated, use Artery

  13. val RemoteLifecycleEventsLogLevel: LogLevel
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Classic remoting is deprecated, use Artery

  14. val RetryGateClosedFor: FiniteDuration
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Classic remoting is deprecated, use Artery

  15. val ShutdownTimeout: Timeout
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Classic remoting is deprecated, use Artery

  16. val StartupTimeout: Timeout
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Classic remoting is deprecated, use Artery

  17. val SysMsgAckTimeout: FiniteDuration
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Classic remoting is deprecated, use Artery

  18. val SysMsgBufferSize: Int
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Classic remoting is deprecated, use Artery

  19. val SysResendLimit: Int
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Classic remoting is deprecated, use Artery

  20. val SysResendTimeout: FiniteDuration
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Classic remoting is deprecated, use Artery

  21. val TrustedSelectionPaths: Set[String]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Classic remoting is deprecated, use Artery

  22. val UntrustedMode: Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Classic remoting is deprecated, use Artery

  23. val UsePassiveConnections: Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6.0) Classic remoting is deprecated, use Artery