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

tech.mhuang.pacebox.kafka.admin.event.KafkaEvent Maven / Gradle / Ivy

The newest version!
package tech.mhuang.pacebox.kafka.admin.event;

/**
 * kafka操作事件
 *
 * @author mhuang
 * @since 1.0.0
 */
public enum KafkaEvent {
    /**
     * 暂停
     * mut not supported
     */
    PAUSE,
    /**
     * 继续
     * mut not supported
     */
    RESUME,
    /**
     * 销毁
     */
    DESTROY,
    /**
     * 创建
     */
    CREATE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy