See: Description
| Class | Description |
|---|---|
| AbstractExchangeParser | |
| AbstractRabbitListenerContainerFactory<C extends AbstractMessageListenerContainer> |
Base
RabbitListenerContainerFactory for Spring's base container implementation. |
| AbstractRetryOperationsInterceptorFactoryBean |
Convenient base class for interceptor factories.
|
| BindingFactoryBean | |
| DirectExchangeParser | |
| FanoutExchangeParser | |
| HeadersExchangeParser | |
| NamespaceUtils |
Shared utility methods for namespace parsers.
|
| QueueParser | |
| RabbitListenerConfigUtils |
Configuration constants for internal sharing across subpackages.
|
| RabbitNamespaceHandler |
Namespace handler for Rabbit.
|
| RabbitNamespaceUtils | |
| RetryInterceptorBuilder<T extends org.aopalliance.intercept.MethodInterceptor> |
Simplified facade to make it easier and simpler to build a
StatefulRetryOperationsInterceptor or
(stateless) RetryOperationsInterceptor
by providing a fluent interface to defining the behavior on error. |
| RetryInterceptorBuilder.StatefulRetryInterceptorBuilder | |
| RetryInterceptorBuilder.StatelessRetryInterceptorBuilder | |
| SimpleRabbitListenerContainerFactory |
A
RabbitListenerContainerFactory implementation to build a regular
SimpleMessageListenerContainer. |
| SimpleRabbitListenerEndpoint |
A
RabbitListenerEndpoint simply providing the MessageListener to
invoke to process an incoming message for this endpoint. |
| StatefulRetryOperationsInterceptorFactoryBean |
Convenient factory bean for creating a stateful retry interceptor for use in a message listener container, giving you
a large amount of control over the behaviour of a container when a listener fails.
|
| StatelessRetryOperationsInterceptorFactoryBean |
Convenient factory bean for creating a stateless retry interceptor for use in a message listener container, giving
you a large amount of control over the behaviour of a container when a listener fails.
|
| TopicExchangeParser |