tech.mhuang.pacebox.kafka.admin.event.KafkaEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pacebox-kafka Show documentation
Show all versions of pacebox-kafka Show documentation
https://gitee.com/pacebox/pacebox-kafka.git
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