Interface RabbitListenerExceptionHandler

All Superinterfaces:
io.micronaut.core.exceptions.ExceptionHandler<RabbitListenerException>
All Known Implementing Classes:
DefaultRabbitListenerExceptionHandler

public interface RabbitListenerExceptionHandler extends io.micronaut.core.exceptions.ExceptionHandler<RabbitListenerException>
Interface that RabbitListener beans can implement to handle exceptions.
Since:
1.1.0
Author:
James Kleeh
  • Method Summary

    Methods inherited from interface io.micronaut.core.exceptions.ExceptionHandler

    handle