RetryStrategy

fun interface RetryStrategy

Functions

Link copied to clipboard
abstract suspend fun shouldRetry(context: RetryContext): Boolean

Determines whether the request should be retried. This function may suspend.