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 occurred during client interaction.
- Since:
- 5.5.5
- Author:
- Artem Bilan
- See Also:
- 
Field SummaryFields inherited from class org.springframework.integration.events.IntegrationEventcauseFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionMqttProtocolErrorEvent(Object source, org.eclipse.paho.mqttv5.common.MqttException exception) 
- 
Method SummaryMethods inherited from class org.springframework.integration.events.IntegrationEventgetCause, getSourceAsType, toStringMethods inherited from class org.springframework.context.ApplicationEventgetTimestampMethods inherited from class java.util.EventObjectgetSource
- 
Constructor Details- 
MqttProtocolErrorEventpublic MqttProtocolErrorEvent(Object source, org.eclipse.paho.mqttv5.common.MqttException exception) 
 
-