Backoff

data class Backoff(val baseWaitTime: Int, val maxRetries: Int, val randOffset: Float)

Constructors

Link copied to clipboard
constructor(baseWaitTime: Int, maxRetries: Int, randOffset: Float)

Properties

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