Interface MessageSourceMutator

All Superinterfaces:
Advice, Interceptor, MethodInterceptor, ReceiveMessageAdvice
All Known Implementing Classes:
AbstractMessageSourceAdvice, CompoundTriggerAdvice, RotatingServerAdvice, SimpleActiveIdleMessageSourceAdvice
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 MessageSourceMutator
extends ReceiveMessageAdvice
A ReceiveMessageAdvice extension that can mutate a MessageSource before and/or after MessageSource.receive() is called.
Since:
5.0.7
Author:
Gary Russell, Artem Bilan