Package io.micronaut.rabbitmq.exception
package io.micronaut.rabbitmq.exception
RabbitMQ specific exceptions.
- Since:
- 1.1.0
- Author:
- James Kleeh
-
ClassDescriptionThe default ExceptionHandler used when a
RabbitListener
fails to process a RabbitMQ message.Exception thrown when an error occurs publishing a RabbitMQ message.Exception thrown when an error occurs processing a RabbitMQ message via aRabbitListener
.Interface thatRabbitListener
beans can implement to handle exceptions.