Uses of Enum Class
io.confluent.parallelconsumer.ParallelConsumerOptions.CommitMode
Packages that use ParallelConsumerOptions.CommitMode
-
Uses of ParallelConsumerOptions.CommitMode in io.confluent.parallelconsumer
Methods in io.confluent.parallelconsumer that return ParallelConsumerOptions.CommitModeModifier and TypeMethodDescriptionParallelConsumerOptions.getCommitMode()TheParallelConsumerOptions.CommitModeto be usedReturns the enum constant of this class with the specified name.static ParallelConsumerOptions.CommitMode[]ParallelConsumerOptions.CommitMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.confluent.parallelconsumer with parameters of type ParallelConsumerOptions.CommitModeModifier and TypeMethodDescriptionParallelConsumerOptions.ParallelConsumerOptionsBuilder.commitMode(ParallelConsumerOptions.CommitMode commitMode) TheParallelConsumerOptions.CommitModeto be used