Retry Exception Handler
class RetryExceptionHandler(maxRetryCount: Int, backoffPeriod: Duration) : SuspendFunction1<RetryContext, Boolean>
Content copied to clipboard
Simple exception handler that retries on the error
Constructors
Link copied to clipboard
fun RetryExceptionHandler(maxRetryCount: Int = 3, backoffPeriod: Duration = 5.seconds)
Content copied to clipboard
Create empty Retry exception handler