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 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, wait
Methods inherited from interface org.springframework.integration.aop.MessageSourceMutator
afterReceive, afterReceive, beforeReceive, beforeReceive
-
Constructor Details
-
AbstractMessageSourceAdvice
public AbstractMessageSourceAdvice()Deprecated.
-