object ConnectionCheckerSettings

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConnectionCheckerSettings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val Disabled: ConnectionCheckerSettings
  2. def apply(config: Config): ConnectionCheckerSettings

    Create settings from a configuration with layout connection-checker.

  3. def apply(maxRetries: Int, checkInterval: FiniteDuration, factor: Double): ConnectionCheckerSettings
  4. val configPath: String
  5. def create(config: Config): ConnectionCheckerSettings

    Java API: Create settings from a configuration with layout connection-checker.

  6. def create(maxRetries: Int, checkInterval: FiniteDuration, factor: Double): ConnectionCheckerSettings
  7. val fullConfigPath: String