Interface Timer.EventPublisher

All Superinterfaces:
io.github.resilience4j.core.EventPublisher<TimerEvent>
All Known Implementing Classes:
TimerEventProcessor
Enclosing interface:
Timer

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

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