Uses of Interface
io.github.resilience4j.retry.event.RetryEvent
Packages that use RetryEvent
-
Uses of RetryEvent in io.github.resilience4j.retry.event
Classes in io.github.resilience4j.retry.event that implement RetryEventModifier and TypeClassDescription(package private) classclassA RetryEvent which informs that a call has been retried, but still failed, such that the the maximum number of attempts has been reached.classA RetryEvent which informs that an error has been ignored.classA RetryEvent which informs that a call failed, and is to be retried.classA RetryEvent which informs that a call has been retried and a retry was successful. -
Uses of RetryEvent in io.github.resilience4j.retry.internal
Methods in io.github.resilience4j.retry.internal with parameters of type RetryEventModifier and TypeMethodDescriptionvoidRetryImpl.RetryEventProcessor.consumeEvent(RetryEvent event) Method parameters in io.github.resilience4j.retry.internal with type arguments of type RetryEventModifier and TypeMethodDescriptionprivate voidRetryImpl.publishRetryEvent(Supplier<RetryEvent> event)