Package io.github.teceli.resiliencia.patterns.retry
package io.github.teceli.resiliencia.patterns.retry
-
ClassDescriptionRetry<T>Retry pattern: execute an operation, retrying on failure up to maxAttempts.Events emitted by the Retry pattern.Thrown by the Retry pattern when all configured attempts have failed.Thrown by the Retry pattern when the thread is interrupted while waiting for a backoff delay between attempts.Thrown by the Retry pattern when
shouldRetrydeclines to retry a failure before the attempt budget is exhausted.