See: Description
Interface | Description |
---|---|
ListenerContainerAware |
MessageListener s and ChannelAwareMessageListener s that also implement this
interface can have configuration verified during initialization. |
MessagePropertiesConverter |
Strategy interface for converting between Spring AMQP
MessageProperties
and RabbitMQ BasicProperties. |
PublisherCallbackChannel |
Instances of this interface support a single listener being
registered for publisher confirms with multiple channels,
by adding context to the callbacks.
|
PublisherCallbackChannel.Listener |
Listeners implementing this interface can participate
in publisher confirms received from multiple channels,
by invoking addListener on each channel.
|
Class | Description |
---|---|
ArgumentBuilder |
A builder for argument maps.
|
CorrelationData |
Base class for correlating publisher confirms to sent messages.
|
DefaultMessagePropertiesConverter |
Default implementation of the
MessagePropertiesConverter strategy. |
Delivery |
Encapsulates an arbitrary message - simple "bean" holder structure.
|
ExpressionFactoryBean |
FactoryBean for creating Expression instances.
|
LogAppenderUtils |
Utility methods for log appenders.
|
PendingConfirm |
Instances of this object track pending publisher confirms.
|
PublisherCallbackChannelImpl |
Channel wrapper to allow a single listener able to handle
confirms from multiple channels.
|
RabbitExceptionTranslator |
Translates Rabbit Exceptions to the
AmqpException class
hierarchy. |
ValueExpression<V> |
A very simple hardcoded implementation of the
Expression
interface that represents an immutable value. |
Exception | Description |
---|---|
ConsumerCancelledException |
Thrown when the broker cancels the consumer and the message
queue is drained.
|