Constructors

Link copied to clipboard

Types

Link copied to clipboard

A mutable builder for config for ExponentialBackoffWithJitter

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val initialDelay: <Error class: unknown class>

The initial maximum amount of delay

Link copied to clipboard

The amount of random variability over the max delay (1.0 mean full jitter, 0.0 means no jitter)

Link copied to clipboard
val maxBackoff: <Error class: unknown class>

An upper bound for max delay which will override the scaleFactor

Link copied to clipboard

The scale factor by which to multiply the previous max delay