Retry

data class Retry(val maxRetries: Int = 3, val delayMillis: Long = 5000, val isDelayMillisMultiplyByRetryTimes: Boolean = false)(source)

Constructors

Link copied to clipboard
constructor(maxRetries: Int = 3, delayMillis: Long = 5000, isDelayMillisMultiplyByRetryTimes: Boolean = false)

Properties

Link copied to clipboard
val delayMillis: Long = 5000
Link copied to clipboard
val maxRetries: Int = 3