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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
PollSkipAdvicepublic PollSkipAdvice()
- 
PollSkipAdvice
 
- 
- 
Method Details- 
invoke- Specified by:
- invokein interface- MethodInterceptor
- Throws:
- Throwable
 
 
-