io.quarkus.kafka.client.runtime.devui.model.Order Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-kafka-client Show documentation
Show all versions of quarkus-kafka-client Show documentation
Connect to Apache Kafka with its native API
package io.quarkus.kafka.client.runtime.devui.model;
public enum Order {
OLD_FIRST,
NEW_FIRST
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy