Interface RetryEventListener

  • All Superinterfaces:
    io.micronaut.context.event.ApplicationEventListener<RetryEvent>, java.util.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