Uses of Class
org.springframework.amqp.rabbit.config.AbstractRetryOperationsInterceptorFactoryBean
Packages that use AbstractRetryOperationsInterceptorFactoryBean
Package
Description
Provides classes supporting the Rabbit XML namespace.
Provides classes supporting retries.
-
Uses of AbstractRetryOperationsInterceptorFactoryBean in org.springframework.amqp.rabbit.config
Subclasses of AbstractRetryOperationsInterceptorFactoryBean in org.springframework.amqp.rabbit.configModifier and TypeClassDescriptionclass
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.class
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.Methods in org.springframework.amqp.rabbit.config with parameters of type AbstractRetryOperationsInterceptorFactoryBeanModifier and TypeMethodDescriptionprotected void
RetryInterceptorBuilder.applyCommonSettings
(AbstractRetryOperationsInterceptorFactoryBean factoryBean) -
Uses of AbstractRetryOperationsInterceptorFactoryBean in org.springframework.rabbit.stream.retry
Subclasses of AbstractRetryOperationsInterceptorFactoryBean in org.springframework.rabbit.stream.retryModifier and TypeClassDescriptionclass
Convenient factory bean for creating a stateless retry interceptor for use in aStreamListenerContainer
when consuming native stream messages, giving you a large amount of control over the behavior of a container when a listener fails.