Uses of Class
io.confluent.parallelconsumer.internal.DrainingCloseable.DrainingMode
| Package | Description |
|---|---|
| io.confluent.parallelconsumer.internal |
-
Uses of DrainingCloseable.DrainingMode in io.confluent.parallelconsumer.internal
Methods in io.confluent.parallelconsumer.internal that return DrainingCloseable.DrainingMode Modifier and Type Method Description static DrainingCloseable.DrainingModeDrainingCloseable.DrainingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static DrainingCloseable.DrainingMode[]DrainingCloseable.DrainingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.confluent.parallelconsumer.internal with parameters of type DrainingCloseable.DrainingMode Modifier and Type Method Description voidAbstractParallelEoSStreamProcessor. close(Duration timeout, DrainingCloseable.DrainingMode drainMode)voidDrainingCloseable. close(Duration timeout, DrainingCloseable.DrainingMode drainingMode)Close the consumer.