
no.nav.common.kafka.consumer.ConsumeStatus Maven / Gradle / Ivy
package no.nav.common.kafka.consumer;
/**
* Specifies the status of a consumed record.
*/
public enum ConsumeStatus {
OK, FAILED
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy