@NonNullApi @NonNullFields

Package io.github.resilience4j.retry.event

  • Interface Summary 
    Interface Description
    RetryEvent
    An event which is created by Retry.
  • Class Summary 
    Class Description
    RetryOnErrorEvent
    A RetryEvent which informs that a call has been retried, but still failed, such that the the maximum number of attempts has been reached.
    RetryOnIgnoredErrorEvent
    A RetryEvent which informs that an error has been ignored.
    RetryOnRetryEvent
    A RetryEvent which informs that a call failed, and is to be retried.
    RetryOnSuccessEvent
    A RetryEvent which informs that a call has been retried and a retry was successful.
  • Enum Summary 
    Enum Description
    RetryEvent.Type
    Event types which are created by a Retry.