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

com.github.lontime.extkafka.common.CommitKind Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package com.github.lontime.extkafka.common;

/**
 * @author lontime
 * @since 1.0
 */
public enum CommitKind {
    /**
     * sync.
     */
    SYNC,
    /**
     * async.
     */
    ASYNC;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy