Package io.github.resilience4j.retry.event
@NonNullApi
@NonNullFields
package io.github.resilience4j.retry.event
-
ClassDescriptionAn event which is created by Retry.Event types which are created by a Retry.A RetryEvent which informs that a call has been retried, but still failed, such that the the maximum number of attempts has been reached.A RetryEvent which informs that an error has been ignored.A RetryEvent which informs that a call failed, and is to be retried.A RetryEvent which informs that a call has been retried and a retry was successful.