Uses of Class
org.springframework.amqp.rabbit.config.RetryInterceptorBuilder
Packages that use RetryInterceptorBuilder
Package
Description
Provides classes supporting the Rabbit XML namespace.
-
Uses of RetryInterceptorBuilder in org.springframework.amqp.rabbit.config
Classes in org.springframework.amqp.rabbit.config with type parameters of type RetryInterceptorBuilderModifier and TypeClassDescriptionclass
RetryInterceptorBuilder<B extends RetryInterceptorBuilder<B,
T>, T extends MethodInterceptor> 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.Subclasses of RetryInterceptorBuilder in org.springframework.amqp.rabbit.configModifier and TypeClassDescriptionstatic final class
Builder for a stateful interceptor.static final class
Builder for a stateless interceptor.