Uses of Class
org.springframework.amqp.rabbit.config.RetryInterceptorBuilder
Package
Description
Provides classes supporting the Rabbit XML namespace.
-
Uses of RetryInterceptorBuilder in org.springframework.amqp.rabbit.config
Modifier 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.Modifier and TypeClassDescriptionstatic final class
Builder for a stateful interceptor.static final class
Builder for a stateless interceptor.