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

com.holly.unit.message.api.constants.MessageConstants Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package com.holly.unit.message.api.constants;

/**
 * message模块的常量
 *
 * @author holly
 * @date 2021/1/1 20:58
 */
public interface MessageConstants {

    /**
     * 消息模块的名称
     */
    String MESSAGE_MODULE_NAME = "holly-s-message";

    /**
     * 异常枚举的步进值
     */
    String MESSAGE_EXCEPTION_STEP_CODE = "23";

    /**
     * 发送所有用户标识
     */
    String RECEIVE_ALL_USER_FLAG = "all";

    /**
     * 默认websocket-url
     */
    String DEFAULT_WS_URL = "ws://localhost:8200/webSocket/{token}";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy