class ConnectionCheckerSettings extends AnyRef

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 checkInterval: FiniteDuration
  2. val enable: Boolean
  3. val factor: Double
  4. val maxRetries: Int
  5. def toString(): String
    Definition Classes
    ConnectionCheckerSettings → AnyRef → Any
  6. def withCheckInterval(checkInterval: Duration): ConnectionCheckerSettings

    Java API

  7. def withCheckInterval(checkInterval: FiniteDuration): ConnectionCheckerSettings

    Scala API

  8. def withEnable(enable: Boolean): ConnectionCheckerSettings
  9. def withFactor(factor: Double): ConnectionCheckerSettings
  10. def withMaxRetries(maxRetries: Int): ConnectionCheckerSettings