Uses of Class
io.confluent.parallelconsumer.ParallelConsumer.Tuple
| Package | Description |
|---|---|
| io.confluent.parallelconsumer |
-
Uses of ParallelConsumer.Tuple in io.confluent.parallelconsumer
Methods in io.confluent.parallelconsumer that return ParallelConsumer.Tuple Modifier and Type Method Description static <LL, RR> ParallelConsumer.Tuple<LL,RR>ParallelConsumer.Tuple. pairOf(LL l, RR r)Methods in io.confluent.parallelconsumer that return types with arguments of type ParallelConsumer.Tuple Modifier and Type Method Description protected <R> java.util.List<ParallelConsumer.Tuple<org.apache.kafka.clients.consumer.ConsumerRecord<K,V>,R>>ParallelEoSStreamProcessor. userFunctionRunner(java.util.function.Function<org.apache.kafka.clients.consumer.ConsumerRecord<K,V>,java.util.List<R>> usersFunction, java.util.function.Consumer<R> callback, WorkContainer<K,V> wc)Run the supplied function.