Builder

A mutable builder for config for ExponentialBackoffWithJitter

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var 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
var 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