Around advices for
RabbitMQ consumer and producer methods.See: Description
| Interface | Description |
|---|---|
| DefaultConsumer |
A default
Consumer that delegates cancelled or shutdown
with a single method DefaultConsumer.handleTerminate(String). |
| Class | Description |
|---|---|
| MutableBasicProperties |
A class that stores the basic properties in a mutable state.
|
| RabbitMQConsumerAdvice |
An
ExecutableMethodProcessor that will process all beans annotated
with RabbitListener and create and subscribe the relevant methods
as consumers to RabbitMQ queues. |
| RabbitMQIntroductionAdvice |
Implementation of the
RabbitClient advice annotation. |
Around advices for
RabbitMQ consumer and producer methods.