See: Description
| Class | Description |
|---|---|
| AbstractExchangeParser | |
| AbstractRetryOperationsInterceptorFactoryBean |
Convenient base class for interceptor factories.
|
| BindingFactoryBean | |
| DirectExchangeParser | |
| FanoutExchangeParser | |
| HeadersExchangeParser | |
| NamespaceUtils |
Shared utility methods for namespace parsers.
|
| QueueParser | |
| 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 | |
| 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 |