GoogleRetryPolicy

gcp4s.GoogleRetryPolicy
See theGoogleRetryPolicy companion object

Attributes

Companion
object
Source
GoogleMiddleware.scala
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case case Disabled extends GoogleRetryPolicy

Attributes

Source
GoogleMiddleware.scala
final case class ExponentialBackoff(maxRetries: Int, minBackoff: FiniteDuration, maxBackoff: FiniteDuration, randomFactor: Double, status: Set[Status], reckless: Boolean)

Attributes

Source
GoogleMiddleware.scala