See: Description
| Interface | Description |
|---|---|
| ChannelCallback<T> |
Basic callback for use in RabbitTemplate.
|
| CorrelationDataPostProcessor |
A callback invoked immediately before publishing a message to update, replace, or
create correlation data for publisher confirms.
|
| RabbitMessageOperations |
A specialization of
MessageSendingOperations and MessageRequestReplyOperations
for AMQP related operations that allow to specify not only the exchange but also the
routing key to use. |
| RabbitOperations |
Rabbit specific methods for Amqp functionality.
|
| RabbitOperations.OperationsCallback<T> |
Callback for using the same channel for multiple RabbitTemplate
operations.
|
| RabbitTemplate.ConfirmCallback |
A callback for publisher confirmations.
|
| RabbitTemplate.ReturnCallback | Deprecated
in favor of
RabbitTemplate.ReturnCallback.returnedMessage(ReturnedMessage) which is
easier to use with lambdas. |
| RabbitTemplate.ReturnsCallback |
A callback for returned messages.
|
| Class | Description |
|---|---|
| BatchingRabbitTemplate |
A
RabbitTemplate that permits batching individual messages into a larger
message. |
| BrokerEvent |
Represents a broker event generated by the Event Exchange Plugin
(https://www.rabbitmq.com/event-exchange.html).
|
| BrokerEventListener |
When the event-exchange-plugin is enabled (see
https://www.rabbitmq.com/event-exchange.html), if an object of this type is declared as
a bean, selected events will be published as
BrokerEvents. |
| DeclarationExceptionEvent |
Application event published when a declaration exception occurs.
|
| DeclareExchangeConnectionListener |
A
ConnectionListener that will declare a single exchange when the
connection is established. |
| RabbitAdmin |
RabbitMQ implementation of portable AMQP administrative operations for AMQP >= 0.9.1.
|
| RabbitAdminEvent |
Base class for admin events.
|
| RabbitGatewaySupport |
Convenient super class for application classes that need RabbitMQ access.
|
| RabbitMessagingTemplate |
An implementation of
RabbitMessageOperations. |
| RabbitTemplate |
Helper class that simplifies synchronous RabbitMQ access (sending and receiving messages).
|
| RabbitTemplate.TemplateConsumer |
Adds
RabbitTemplate.TemplateConsumer.toString() to the DefaultConsumer. |
| Exception | Description |
|---|---|
| ConsumeOkNotReceivedException |
Thrown when a blocking receive operation is performed but the consumeOk
was not received before the receive timeout.
|