Uses of Interface
io.confluent.parallelconsumer.ParallelConsumer
| Package | Description |
|---|---|
| io.confluent.parallelconsumer | |
| io.confluent.parallelconsumer.internal |
-
Uses of ParallelConsumer in io.confluent.parallelconsumer
Subinterfaces of ParallelConsumer in io.confluent.parallelconsumer Modifier and Type Interface Description interfaceParallelStreamProcessor<K,V>Parallel message consumer which also can optionally produce 0 or manyProducerRecordresults to be published back to Kafka.Classes in io.confluent.parallelconsumer that implement ParallelConsumer Modifier and Type Class Description classJStreamParallelEoSStreamProcessor<K,V>classParallelEoSStreamProcessor<K,V> -
Uses of ParallelConsumer in io.confluent.parallelconsumer.internal
Classes in io.confluent.parallelconsumer.internal that implement ParallelConsumer Modifier and Type Class Description classAbstractParallelEoSStreamProcessor<K,V>classExternalEngine<K,V>Overrides key aspects required in common for other threading engines like Vert.x and Reactor