Class PersistentStreamingDispatcherMultipleConsumers

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

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