ExponentialBackoff

class ExponentialBackoff(var baseDelay: Double, val maxExponent: Int, initialExponent: Int = NO_DELAY_EXPONENT, val factor: Double = 2.0)

Constructors

Link copied to clipboard
constructor(baseDelay: Double, maxExponent: Int, initialExponent: Int = NO_DELAY_EXPONENT, factor: Double = 2.0)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val factor: Double = 2.0
Link copied to clipboard

Functions

Link copied to clipboard
fun copy(baseDelay: Double): ExponentialBackoff
Link copied to clipboard
Link copied to clipboard