Uses of Package
org.springframework.amqp.rabbit.config
Packages that use org.springframework.amqp.rabbit.config
Package
Description
Provides classes supporting the Rabbit XML namespace.
Provides classes for stream listener configuration.
Provides classes supporting retries.
-
Classes in org.springframework.amqp.rabbit.config used by org.springframework.amqp.rabbit.configClassDescription
RabbitListenerContainerFactory
for Spring's base container implementation.Convenient base class for interceptor factories.Base abstract class for listener container factories.Called by the container factory after the container is created and configured.The container type.Simplified facade to make it easier and simpler to build aStatefulRetryOperationsInterceptor
or (stateless)RetryOperationsInterceptor
by providing a fluent interface to defining the behavior on error.Builder for a stateful interceptor.Builder for a stateless interceptor. -
Classes in org.springframework.amqp.rabbit.config used by org.springframework.rabbit.stream.configClassDescriptionBase abstract class for listener container factories.Called by the container factory after the container is created and configured.
-
Classes in org.springframework.amqp.rabbit.config used by org.springframework.rabbit.stream.retryClassDescriptionConvenient base class for interceptor factories.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.