Class SimplePollSkipStrategy

java.lang.Object
org.springframework.integration.scheduling.SimplePollSkipStrategy
All Implemented Interfaces:
PollSkipStrategy

@ManagedResource
public class SimplePollSkipStrategy
extends Object
implements PollSkipStrategy
A simple PollSkipStrategy to be used with a PollSkipAdvice. Invoke skipPolls() to start skipping polls; invoke reset() to resume polling.
Since:
4.2.5
Author:
Gary Russell