Package org.springframework.amqp.rabbit.support
Provides support classes for Spring Rabbit.
-
Interface Summary Interface Description ListenerContainerAware MessageListener
s that also implement this interface can have configuration verified during initialization.MessagePropertiesConverter Strategy interface for converting between Spring AMQPMessageProperties
and RabbitMQ BasicProperties. -
Class Summary Class Description ActiveObjectCounter<T> A mechanism to keep track of active objects.ArgumentBuilder A builder for argument maps.DefaultMessagePropertiesConverter Default implementation of theMessagePropertiesConverter
strategy.Delivery Encapsulates an arbitrary message - simple "bean" holder structure.ExpressionFactoryBean FactoryBean for creating Expression instances.RabbitExceptionTranslator Translates Rabbit Exceptions to theAmqpException
class hierarchy.ValueExpression<V> A very simple hardcoded implementation of theExpression
interface that represents an immutable value. -
Exception Summary Exception Description ConsumerCancelledException Thrown when the broker cancels the consumer and the message queue is drained.ListenerExecutionFailedException Exception to be thrown when the execution of a listener method failed.