Uses of Package
io.github.resilience4j.retry
Packages that use io.github.resilience4j.retry
-
Classes in io.github.resilience4j.retry used by io.github.resilience4j.retryClassDescriptionA
MaxRetriesExceededExceptionsignals that aRetryhas exhausted all attempts, and the result is still not satisfactory toRetryConfig.getResultPredicate()A Retry instance is thread-safe can be used to decorate multiple requests.the retry context which will be used during the retry iteration to decide what can be done on error , result, on runtime errorAn EventPublisher which subscribes to the reactive stream of RetryEvents and can be used to register event consumers.TheRetryRegistryis a factory to create Retry instances which stores all Retry instances in a registry. -
Classes in io.github.resilience4j.retry used by io.github.resilience4j.retry.internalClassDescriptionA Retry instance is thread-safe can be used to decorate multiple requests.the retry context which will be used during the retry iteration to decide what can be done on error , result, on runtime errorAn EventPublisher which subscribes to the reactive stream of RetryEvents and can be used to register event consumers.The
RetryRegistryis a factory to create Retry instances which stores all Retry instances in a registry.