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

io.github.quickmsg.common.enums.ClusterStatus Maven / Gradle / Ivy

The newest version!
package io.github.quickmsg.common.enums;

/**
 * @author luxurong
 */
public enum ClusterStatus {

    /**
     * 添加
     */
    ADDED,

    /**
     * 移除
     */
    REMOVED,

    /**
     * 离开
     */
    LEAVING,


    /**
     * 更新
     */
    UPDATED

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy