Builder

data class Builder(var initialDelay: Duration = 100.milliseconds, var exponentiationFactor: Float = 2.0f, var maxDelay: Duration? = null, var maxAttempts: Int? = null, var maxDuration: Duration? = null)

Constructors

Link copied to clipboard
constructor(initialDelay: Duration = 100.milliseconds, exponentiationFactor: Float = 2.0f, maxDelay: Duration? = null, maxAttempts: Int? = null, maxDuration: Duration? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard