Package-level declarations

Types

Link copied to clipboard
class RetryOptions(val retryCount: Long = INFINITE_RETRIES, val initialDelayMs: Long = 1000, val useExponentialBackoff: Boolean = false, val maxDelayMs: Long = TimeUnit.MINUTES.toMillis(1))
Link copied to clipboard
class RetrySleeper(retryOptions: RetryOptions = RetryOptions())

Properties