Package io.micronaut.rabbitmq.annotation
Annotations for creating RabbitMQ consumers and producers.
- Since:
- 1.1.0
-
Annotation Types Summary Annotation Type Description Binding Used to specify which binding (routing key) messages should be sent to.Queue Used to specify which queue messages should be consumed from.RabbitClient An introduction advice that automatically implements interfaces and abstract classes and publishes RabbitMQ messages.RabbitConnection Stores options surrounding a RabbitMQ connection.RabbitHeaders Denotes aMapargument that should be used as a source of message headers.RabbitListener Class level annotation to indicate that a bean will be consumers of messages from RabbitMQ.RabbitProperties Annotation to collect a set of properties.RabbitProperty Used to set properties while publishing or bind to properties while consuming.