Interface Retry.EventPublisher

All Superinterfaces:
io.github.resilience4j.core.EventPublisher<RetryEvent>
Enclosing interface:
Retry

public static interface Retry.EventPublisher extends io.github.resilience4j.core.EventPublisher<RetryEvent>
An EventPublisher which subscribes to the reactive stream of RetryEvents and can be used to register event consumers.

To understand when the handlers are called, see the documentation of the respective events.