Uses of Class
io.confluent.parallelconsumer.PollContextInternal
Packages that use PollContextInternal
-
Uses of PollContextInternal in io.confluent.parallelconsumer.internal
Method parameters in io.confluent.parallelconsumer.internal with type arguments of type PollContextInternalModifier and TypeMethodDescriptionprotected <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.