Class CompositePollStrategy

java.lang.Object
com.linkedin.venice.unit.kafka.consumer.poll.AbstractPollStrategy
com.linkedin.venice.unit.kafka.consumer.poll.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.