See: Description
Interface | Description |
---|---|
ListenerContainerAware |
MessageListener s that also implement this
interface can have configuration verified during initialization. |
MessagePropertiesConverter |
Strategy interface for converting between Spring AMQP
MessageProperties
and RabbitMQ BasicProperties. |
Class | Description |
---|---|
ArgumentBuilder |
A builder for argument maps.
|
DefaultMessagePropertiesConverter |
Default implementation of the
MessagePropertiesConverter strategy. |
Delivery |
Encapsulates an arbitrary message - simple "bean" holder structure.
|
ExpressionFactoryBean |
FactoryBean for creating Expression instances.
|
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.
|