Package com.linkedin.venice.pubsub.mock.adapter.consumer.poll
package com.linkedin.venice.pubsub.mock.adapter.consumer.poll
- 
ClassDescriptionA base class which encapsulates the common plumbing needed by allPollStrategyimplementations.APollStrategyimplementation which delivers messages in the order specified at construction time.ThisPollStrategydelegates polling to another implementation, and also executes an arbitrary function during each poll.APollStrategyimplementation which takes a queue of many poll strategies.APollStrategyimplementation which can introduce duplicates.APollStrategyimplementation which can pluck out records from the stream.This interface is used inside of theMockInMemoryConsumerAdapterin order to mess around with the way messages are delivered to the consuming code.A simplePollStrategywhich delivers messages from any partition, while respecting the ordering guarantee of individual partitions.