Class AbstractMessageSourceAdvice

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

@Deprecated public abstract class AbstractMessageSourceAdvice extends 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
Author:
Gary Russell, Artem Bilan
  • Constructor Details

    • AbstractMessageSourceAdvice

      public AbstractMessageSourceAdvice()
      Deprecated.