Package io.micronaut.retry.event
Interface RetryEventListener
- All Superinterfaces:
io.micronaut.context.event.ApplicationEventListener<RetryEvent>,EventListener
public interface RetryEventListener
extends io.micronaut.context.event.ApplicationEventListener<RetryEvent>
Generalization of
ApplicationEventListener for RetryEvent.- Since:
- 1.0
-
Method Summary
Methods inherited from interface io.micronaut.context.event.ApplicationEventListener
onApplicationEvent, supports