Class PersistentStreamingDispatcherSingleActiveConsumer

All Implemented Interfaces:
org.apache.bookkeeper.mledger.AsyncCallbacks.ReadEntriesCallback, Dispatcher, StreamingDispatcher

public class PersistentStreamingDispatcherSingleActiveConsumer extends PersistentDispatcherSingleActiveConsumer implements StreamingDispatcher
A PersistentDispatcherSingleActiveConsumer implemented StreamingDispatcher. It'll use StreamingEntryReader to read new entries instead read as micro batch from managed ledger.