public static interface AsyncRetry.EventPublisher extends io.github.resilience4j.core.EventPublisher<RetryEvent>
| Modifier and Type | Method and Description |
|---|---|
AsyncRetry.EventPublisher |
onError(io.github.resilience4j.core.EventConsumer<RetryOnErrorEvent> eventConsumer) |
AsyncRetry.EventPublisher |
onIgnoredError(io.github.resilience4j.core.EventConsumer<RetryOnIgnoredErrorEvent> eventConsumer) |
AsyncRetry.EventPublisher |
onSuccess(io.github.resilience4j.core.EventConsumer<RetryOnSuccessEvent> eventConsumer) |
AsyncRetry.EventPublisher onSuccess(io.github.resilience4j.core.EventConsumer<RetryOnSuccessEvent> eventConsumer)
AsyncRetry.EventPublisher onError(io.github.resilience4j.core.EventConsumer<RetryOnErrorEvent> eventConsumer)
AsyncRetry.EventPublisher onIgnoredError(io.github.resilience4j.core.EventConsumer<RetryOnIgnoredErrorEvent> eventConsumer)