Package io.micronaut.rabbitmq.intercept
Contains the implementations of the
Around advices for
RabbitMQ consumer and producer methods.- Since:
- 1.1.0
-
Interface Summary Interface Description DefaultConsumer A defaultConsumerthat delegates cancelled or shutdown with a single methodDefaultConsumer.handleTerminate(String). -
Class Summary Class Description MutableBasicProperties A class that stores the basic properties in a mutable state.RabbitMQConsumerAdvice AnExecutableMethodProcessorthat will process all beans annotated withRabbitListenerand create and subscribe the relevant methods as consumers to RabbitMQ queues.RabbitMQIntroductionAdvice Implementation of theRabbitClientadvice annotation.