Class StatefulRetryOperationsInterceptor

java.lang.Object
org.springframework.amqp.rabbit.config.StatefulRetryOperationsInterceptor
All Implemented Interfaces:
Advice, Interceptor, MethodInterceptor

public final class StatefulRetryOperationsInterceptor extends Object implements MethodInterceptor
MethodInterceptor implementation that keeps state of message processing using a RetryPolicy. Method invocations are keyed using a MessageKeyGenerator.
Since:
4.0
Author:
Juergen Hoeller, Stephane Nicoll, Artem Bilan