com.feingto.iot.server.util.Constants Maven / Gradle / Ivy
package com.feingto.iot.server.util;
/**
* 常量
*
* @author longfei
*/
public class Constants {
/**
* 消息主题:消息ES存储
*/
public static final String TOPIC_STORE_ES = "/feingto/im/store/es";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy