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
-
Constructor Summary
Constructors Constructor Description AbstractMessageSourceAdvice()Deprecated. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.integration.aop.MessageSourceMutator
afterReceive, afterReceive, beforeReceive, beforeReceive
-
Constructor Details
-
AbstractMessageSourceAdvice
public AbstractMessageSourceAdvice()Deprecated.
-