Interface ReceiveMessageAdvice

All Superinterfaces:
Advice, Interceptor, MethodInterceptor
All Known Subinterfaces:
MessageSourceMutator
All Known Implementing Classes:
CompoundTriggerAdvice, RotatingServerAdvice, SimpleActiveIdleReceiveMessageAdvice
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ReceiveMessageAdvice extends MethodInterceptor
An AOP advice to perform hooks before and/or after a receive() contract is called.
Since:
5.3
Author:
Artem Bilan