Retry Configuration
data class RetryConfiguration( val maxRetries: Int, val interval: Long, val multiplier: Float = 1.0f)
Content copied to clipboard
Specify how retries should be performed. See Retry.
Constructors
Link copied to clipboard
fun RetryConfiguration( maxRetries: Int, interval: Long, multiplier: Float = 1.0f)
Content copied to clipboard