Uses of Class
io.github.resilience4j.retry.event.AbstractRetryEvent
Packages that use AbstractRetryEvent
-
Uses of AbstractRetryEvent in io.github.resilience4j.retry.event
Subclasses of AbstractRetryEvent in io.github.resilience4j.retry.eventModifier and TypeClassDescriptionclassA 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.