Uses of Class
io.confluent.parallelconsumer.internal.AbstractParallelEoSStreamProcessor
| Package | Description |
|---|---|
| io.confluent.parallelconsumer | |
| io.confluent.parallelconsumer.internal |
-
Uses of AbstractParallelEoSStreamProcessor in io.confluent.parallelconsumer
Subclasses of AbstractParallelEoSStreamProcessor in io.confluent.parallelconsumer Modifier and Type Class Description classJStreamParallelEoSStreamProcessor<K,V>classParallelEoSStreamProcessor<K,V> -
Uses of AbstractParallelEoSStreamProcessor in io.confluent.parallelconsumer.internal
Subclasses of AbstractParallelEoSStreamProcessor in io.confluent.parallelconsumer.internal Modifier and Type Class Description classExternalEngine<K,V>Overrides key aspects required in common for other threading engines like Vert.x and ReactorConstructors in io.confluent.parallelconsumer.internal with parameters of type AbstractParallelEoSStreamProcessor Constructor Description BrokerPollSystem(ConsumerManager<K,V> consumerMgr, WorkManager<K,V> wm, AbstractParallelEoSStreamProcessor<K,V> pc, ParallelConsumerOptions<K,V> options)