See: Description
| Interface | Description |
|---|---|
| RabbitAcknowledgement |
A contract for acknowledging or rejecting RabbitMQ messages.
|
| RabbitAnnotatedArgumentBinder<A extends Annotation> |
An interface for RabbitMQ argument binding based on an annotation.
|
| RabbitArgumentBinder<T> |
An interface for RabbitMQ argument binding.
|
| RabbitTypeArgumentBinder<T> |
An interface for RabbitMQ argument binding based on argument type.
|
| Class | Description |
|---|---|
| AcknowledgementBinder<T extends io.micronaut.messaging.Acknowledgement> |
Binds an argument of type
Acknowledgement from the RabbitConsumerState. |
| RabbitAcknowledgementBinder |
Binds an argument of type
RabbitAcknowledgement from the RabbitConsumerState. |
| RabbitBasicPropertiesBinder |
Binds an argument of type
BasicProperties from the RabbitConsumerState. |
| RabbitBinderRegistry |
Used to determine which
RabbitArgumentBinder to use for any given argument. |
| RabbitBodyBinder |
Binds an argument of with the
Body annotation from the RabbitConsumerState. |
| RabbitChannelBinder |
Binds an argument of type
Channel from the RabbitConsumerState. |
| RabbitConsumerState |
Stores the state of a RabbitMQ message to be consumed.
|
| RabbitDefaultBinder |
The default binder for binding an argument from the
RabbitConsumerState
that is used if no other binder supports the argument. |
| RabbitEnvelopeBinder |
Binds an argument of type
Envelope from the RabbitConsumerState. |
| RabbitHeaderBinder |
Binds an argument of with the
Header annotation from the RabbitConsumerState. |
| RabbitHeaderConvertibleValues |
Converts RabbitMQ header values to the requested type.
|
| RabbitMessageCloseable |
Responsible for acknowledging or rejecting a message.
|
| RabbitPropertyBinder |
Binds an argument of with the
RabbitProperty annotation from the RabbitConsumerState. |