ExponentialBackoff

gcp4s.GoogleRetryPolicy$.ExponentialBackoff
final case class ExponentialBackoff(maxRetries: Int, minBackoff: FiniteDuration, maxBackoff: FiniteDuration, randomFactor: Double, status: Set[Status], reckless: Boolean)

Attributes

Source:
GoogleMiddleware.scala

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
final def toRetryPolicy[F[_]]: () => F

Attributes

Inherited from:
GoogleRetryPolicy
Source:
GoogleMiddleware.scala