Package io.github.resilience4j.retry
@NonNullApi
@NonNullFields
package io.github.resilience4j.retry
-
ClassDescriptionMax Retries reached out exception , to be thrown on result predicate check exceed the max configured retriesA
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.