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

public class MqttProtocolErrorEvent extends MqttIntegrationEvent
The even representing an MQTT error occured during client interaction.
Since:
5.5.5
See Also:
  • Field Summary

    Fields inherited from class org.springframework.integration.events.IntegrationEvent

    cause

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors
    Constructor
    Description
    MqttProtocolErrorEvent(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • MqttProtocolErrorEvent

      public MqttProtocolErrorEvent(Object source, org.eclipse.paho.mqttv5.common.MqttException exception)