com.github.lontime.extkafka.common.CommitKind Maven / Gradle / Ivy
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