ExponentialBackoff

case ExponentialBackoff(maxRetries: Int, minBackoff: FiniteDuration, maxBackoff: FiniteDuration, randomFactor: Double, status: Set[Status], reckless: Boolean)

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
final def toRetryPolicy[F[_]]: () => F
Inherited from:
GoogleRetryPolicy