Uses of Class
io.confluent.parallelconsumer.RecordContext.RecordContextBuilder
| Package | Description |
|---|---|
| io.confluent.parallelconsumer |
-
Uses of RecordContext.RecordContextBuilder in io.confluent.parallelconsumer
Methods in io.confluent.parallelconsumer that return RecordContext.RecordContextBuilder Modifier and Type Method Description static <K, V> RecordContext.RecordContextBuilder<K,V>RecordContext. builder()RecordContext.RecordContextBuilder<K,V>RecordContext.RecordContextBuilder. consumerRecord(org.apache.kafka.clients.consumer.ConsumerRecord<K,V> consumerRecord)RecordContext.RecordContextBuilder<K,V>RecordContext. toBuilder()RecordContext.RecordContextBuilder<K,V>RecordContext.RecordContextBuilder. workContainer(WorkContainer<K,V> workContainer)