Uses of Interface
cn.mapway.mqtt.client.IOnMessageArrived
-
Packages that use IOnMessageArrived Package Description cn.mapway.mqtt.client -
-
Uses of IOnMessageArrived in cn.mapway.mqtt.client
Fields in cn.mapway.mqtt.client declared as IOnMessageArrived Modifier and Type Field Description IOnMessageArrivedMqttClient. onMessageArrivedMethods in cn.mapway.mqtt.client with parameters of type IOnMessageArrived Modifier and Type Method Description MqttLibMqttLib. connect(String server, Integer port, IOnMessageArrived onMessageArrived)MQTT 连接的Url 由服务器返回 服务器从环境变量 AI_MQTT_WEB 变量获取 一般 AI_MQTT_WEB 变量为 http(s)://imagebot.cn:8080/(events)/mqtt 上面的设置 和部署方式有关 分几种情况
-