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 UseUnsafeRemoteFeaturesWithoutCluster: Boolean
  3. val WarnAboutDirectUse: Boolean
  4. val WarnUnsafeWatchWithoutCluster: Boolean
  5. val WatchFailureDetectorConfig: Config
  6. val WatchFailureDetectorImplementationClass: String
  7. val WatchHeartBeatInterval: FiniteDuration
  8. val WatchHeartbeatExpectedResponseAfter: FiniteDuration
  9. val WatchUnreachableReaperInterval: FiniteDuration
  10. val config: Config
  11. def configureDispatcher(props: Props): Props