Interface PollSkipStrategy
- All Known Implementing Classes:
- SimplePollSkipStrategy
public interface PollSkipStrategy
Implementations determine whether a particular poll should be skipped.
- Since:
- 4.1
- Author:
- Gary Russell
- 
Method Summary
- 
Method Details- 
skipPollboolean skipPoll()Return true if this poll should be skipped.- Returns:
- true to skip.
 
 
-