Retry

data class Retry(val retryTimeouts: List<Double>) : RetryHttpRequestConfig

retryTimeouts defines a list of timeouts in Seconds. The list size is the maximum retry number. An empty list will result in no retry.

Constructors

Link copied to clipboard
constructor(retryTimeouts: List<Double>)

Properties

Link copied to clipboard