Class MqttProtocolErrorEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.integration.events.IntegrationEvent
org.springframework.integration.mqtt.event.MqttIntegrationEvent
org.springframework.integration.mqtt.event.MqttProtocolErrorEvent
- All Implemented Interfaces:
java.io.Serializable
public class MqttProtocolErrorEvent extends MqttIntegrationEvent
The even representing an MQTT error occured during client interaction.
- Since:
- 5.5.5
- See Also:
MqttCallback.mqttErrorOccurred(MqttException), Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description MqttProtocolErrorEvent(java.lang.Object source, org.eclipse.paho.mqttv5.common.MqttException exception) -
Method Summary
-
Constructor Details
-
MqttProtocolErrorEvent
public MqttProtocolErrorEvent(java.lang.Object source, org.eclipse.paho.mqttv5.common.MqttException exception)
-