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:
Serializable
The even representing an MQTT error occured during client interaction.
- Since:
- 5.5.5
- Author:
- Artem Bilan
- See Also:
-
MqttCallback.mqttErrorOccurred(MqttException)
- Serialized Form
-
Field Summary
Fields inherited from class org.springframework.integration.events.IntegrationEvent
cause
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionMqttProtocolErrorEvent
(Object source, org.eclipse.paho.mqttv5.common.MqttException exception) -
Method Summary
Methods inherited from class org.springframework.integration.events.IntegrationEvent
getCause, getSourceAsType, toString
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
MqttProtocolErrorEvent
public MqttProtocolErrorEvent(Object source, org.eclipse.paho.mqttv5.common.MqttException exception)
-