Package io.micronaut.rabbitmq.exception
RabbitMQ specific exceptions.
- Since:
- 1.1.0
-
Interface Summary Interface Description RabbitListenerExceptionHandler Interface thatRabbitListenerbeans can implement to handle exceptions. -
Class Summary Class Description DefaultRabbitListenerExceptionHandler The default ExceptionHandler used when aRabbitListenerfails to process a RabbitMQ message. -
Exception Summary Exception Description RabbitClientException Exception thrown when an error occurs publishing a RabbitMQ message.RabbitListenerException Exception thrown when an error occurs processing a RabbitMQ message via aRabbitListener.