Class PollSkipAdvice
java.lang.Object
org.springframework.integration.scheduling.PollSkipAdvice
- All Implemented Interfaces:
Advice
,Interceptor
,MethodInterceptor
An advice that can be added to a poller's advice chain that determines
whether a poll should be skipped or not. May be used to temporarily suspend
polling when some downstream condition exists in the flow.
- Since:
- 4.1
- Author:
- Gary Russell, Artem Bilan
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PollSkipAdvice
public PollSkipAdvice() -
PollSkipAdvice
-
-
Method Details
-
invoke
- Specified by:
invoke
in interfaceMethodInterceptor
- Throws:
Throwable
-