final class RetrySettings extends AnyRef
- Source
- settings.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RetrySettings
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def equals(other: Any): Boolean
- Definition Classes
- RetrySettings → AnyRef → Any
- def getMaxBackoff: Duration
Java API
- def getMaxRetries: Int
Java API
- def getMinBackoff: Duration
Java API
- def getRandomFactor: Double
Java API
- def hashCode(): Int
- Definition Classes
- RetrySettings → AnyRef → Any
- val maxBackoff: FiniteDuration
- val maxRetries: Int
- val minBackoff: FiniteDuration
- val randomFactor: Double
- def toString(): String
- Definition Classes
- RetrySettings → AnyRef → Any
- def withMaxBackoff(value: Duration): RetrySettings
Java API
- def withMaxBackoff(value: FiniteDuration): RetrySettings
- def withMaxRetries(value: Int): RetrySettings
- def withMinBackoff(value: Duration): RetrySettings
Java API
- def withMinBackoff(value: FiniteDuration): RetrySettings
- def withRandomFactor(value: Double): RetrySettings