NextRetryAtCalculator
Functions
Link copied to clipboard
open fun nextRetryAt(minBackoff: Int, retries: Int, currentRetryAt: Long = System.currentTimeMillis()): Long
Link copied to clipboard
open fun nextRetryState(retrySpec: IRetrySpec, retries: Int, retryAt: Long = System.currentTimeMillis()): RetryState