Uses of Class
io.confluent.parallelconsumer.ParallelConsumerOptions.ProcessingOrder
| Package | Description |
|---|---|
| io.confluent.parallelconsumer |
-
Uses of ParallelConsumerOptions.ProcessingOrder in io.confluent.parallelconsumer
Methods in io.confluent.parallelconsumer that return ParallelConsumerOptions.ProcessingOrder Modifier and Type Method Description ParallelConsumerOptions.ProcessingOrderParallelConsumerOptions. getOrdering()TheParallelConsumerOptions.ProcessingOrdertype to usestatic ParallelConsumerOptions.ProcessingOrderParallelConsumerOptions.ProcessingOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ParallelConsumerOptions.ProcessingOrder[]ParallelConsumerOptions.ProcessingOrder. 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.ProcessingOrder Modifier and Type Method Description ParallelConsumerOptions.ParallelConsumerOptionsBuilder<K,V>ParallelConsumerOptions.ParallelConsumerOptionsBuilder. ordering(ParallelConsumerOptions.ProcessingOrder ordering)TheParallelConsumerOptions.ProcessingOrdertype to use