Uses of Class
io.confluent.parallelconsumer.PollContextInternal
| Package | Description |
|---|---|
| io.confluent.parallelconsumer.internal |
-
Uses of PollContextInternal in io.confluent.parallelconsumer.internal
Method parameters in io.confluent.parallelconsumer.internal with type arguments of type PollContextInternal Modifier and Type Method Description protected <R> List<ParallelConsumer.Tuple<org.apache.kafka.clients.consumer.ConsumerRecord<K,V>,R>>AbstractParallelEoSStreamProcessor. runUserFunction(Function<PollContextInternal<K,V>,List<R>> usersFunction, Consumer<R> callback, List<WorkContainer<K,V>> workContainerBatch)Run the supplied function.protected <R> voidAbstractParallelEoSStreamProcessor. submitWorkToPool(Function<PollContextInternal<K,V>,List<R>> usersFunction, Consumer<R> callback, List<WorkContainer<K,V>> workToProcess)Submit a piece of work to the processing pool.protected <R> voidAbstractParallelEoSStreamProcessor. supervisorLoop(Function<PollContextInternal<K,V>,List<R>> userFunctionWrapped, Consumer<R> callback)Supervisor loop for the main loop.