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

    Modifier and Type
    Method
    Description
    boolean
    Return true if this poll should be skipped.
  • Method Details

    • skipPoll

      boolean skipPoll()
      Return true if this poll should be skipped.
      Returns:
      true to skip.