RetryOptions

constructor(retryCount: Long = INFINITE_RETRIES, initialDelayMs: Long = 1000, useExponentialBackoff: Boolean = false, maxDelayMs: Long = TimeUnit.MINUTES.toMillis(1))