Class AbstractMessageSourceAdvice

java.lang.Object
org.springframework.integration.aop.AbstractMessageSourceAdvice
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor, MessageSourceMutator, ReceiveMessageAdvice
Direct Known Subclasses:
SimpleActiveIdleMessageSourceAdvice

@Deprecated
public abstract class AbstractMessageSourceAdvice
extends java.lang.Object
implements MessageSourceMutator
Deprecated.
since 5.3 in favor of MessageSourceMutator.
Advice for a MessageSource.receive() method to decide whether a poll should be ignored and/or take action after the receive.
Since:
4.2