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

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

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

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

    /**
     * 初始化
     */
    INIT,

    /**
     * 在线
     */
    ONLINE,

    /**
     * 离线
     */
    OFFLINE,


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy