Uses of Class
io.confluent.parallelconsumer.ParallelConsumerOptions.CommitMode
| Package | Description |
|---|---|
| io.confluent.parallelconsumer |
-
Uses of ParallelConsumerOptions.CommitMode in io.confluent.parallelconsumer
Methods in io.confluent.parallelconsumer that return ParallelConsumerOptions.CommitMode Modifier and Type Method Description ParallelConsumerOptions.CommitModeParallelConsumerOptions. getCommitMode()TheParallelConsumerOptions.CommitModeto be usedstatic ParallelConsumerOptions.CommitModeParallelConsumerOptions.CommitMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ParallelConsumerOptions.CommitMode[]ParallelConsumerOptions.CommitMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.confluent.parallelconsumer with parameters of type ParallelConsumerOptions.CommitMode Modifier and Type Method Description ParallelConsumerOptions.ParallelConsumerOptionsBuilder<K,V>ParallelConsumerOptions.ParallelConsumerOptionsBuilder. commitMode(ParallelConsumerOptions.CommitMode commitMode)TheParallelConsumerOptions.CommitModeto be used