Class CompositePollStrategy

  • All Implemented Interfaces:
    PollStrategy

    public class CompositePollStrategy
    extends AbstractPollStrategy
    A PollStrategy implementation which takes a queue of many poll strategies. It will drain each poll strategies in the order they are provided before moving on to the next one.