public class SpringEventMqttMessageListener extends Object implements IMqttMessageListener
| Constructor and Description |
|---|
SpringEventMqttMessageListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onMessage(org.tio.core.ChannelContext context,
String clientId,
String topic,
net.dreamlu.iot.mqtt.codec.MqttQoS qoS,
net.dreamlu.iot.mqtt.codec.MqttPublishMessage message) |
void |
onMessage(org.tio.core.ChannelContext context,
String clientId,
String topic,
net.dreamlu.iot.mqtt.codec.MqttQoS qoS,
net.dreamlu.iot.mqtt.codec.MqttPublishMessage publishMessage,
Message message) |
public void onMessage(org.tio.core.ChannelContext context,
String clientId,
String topic,
net.dreamlu.iot.mqtt.codec.MqttQoS qoS,
net.dreamlu.iot.mqtt.codec.MqttPublishMessage publishMessage,
Message message)
onMessage in interface IMqttMessageListenerpublic void onMessage(org.tio.core.ChannelContext context,
String clientId,
String topic,
net.dreamlu.iot.mqtt.codec.MqttQoS qoS,
net.dreamlu.iot.mqtt.codec.MqttPublishMessage message)
onMessage in interface IMqttMessageListenerCopyright © 2024. All rights reserved.