Packages

final class RetrySettings extends AnyRef

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

Value Members

  1. val maxBackoff: FiniteDuration
  2. val maxRetries: Int
  3. val minBackoff: FiniteDuration
  4. val randomFactor: Double
  5. def withMaxBackoff(maxBackoff: Duration): RetrySettings
  6. def withMaxBackoff(maxBackoff: FiniteDuration): RetrySettings
  7. def withMaxRetries(maxRetries: Int): RetrySettings
  8. def withMinBackoff(minBackoff: Duration): RetrySettings
  9. def withMinBackoff(minBackoff: FiniteDuration): RetrySettings
  10. def withRandomFactor(randomFactor: Double): RetrySettings