public class MqttCallbackImpl extends Object implements org.eclipse.paho.client.mqttv3.MqttCallback
| 构造器和说明 |
|---|
MqttCallbackImpl(org.eclipse.paho.client.mqttv3.MqttClient client,
org.noear.solon.cloud.service.CloudEventObserverManger observerManger,
org.noear.solon.cloud.CloudProps cloudProps) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
connectionLost(Throwable e) |
void |
deliveryComplete(org.eclipse.paho.client.mqttv3.IMqttDeliveryToken token) |
void |
messageArrived(String topic,
org.eclipse.paho.client.mqttv3.MqttMessage message) |
public MqttCallbackImpl(org.eclipse.paho.client.mqttv3.MqttClient client,
org.noear.solon.cloud.service.CloudEventObserverManger observerManger,
org.noear.solon.cloud.CloudProps cloudProps)
public void connectionLost(Throwable e)
connectionLost 在接口中 org.eclipse.paho.client.mqttv3.MqttCallbackpublic void messageArrived(String topic, org.eclipse.paho.client.mqttv3.MqttMessage message) throws Exception
messageArrived 在接口中 org.eclipse.paho.client.mqttv3.MqttCallbackExceptionpublic void deliveryComplete(org.eclipse.paho.client.mqttv3.IMqttDeliveryToken token)
deliveryComplete 在接口中 org.eclipse.paho.client.mqttv3.MqttCallbackCopyright © 2023. All rights reserved.