All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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