Class MqttConnectionFailedEvent

All Implemented Interfaces:
Serializable

public class MqttConnectionFailedEvent extends MqttIntegrationEvent
The MqttIntegrationEvent to notify about lost connection to the server. When normal disconnection is happened (initiated by the server), the cause is null.
Since:
4.2.2
Author:
Gary Russell, Artem Bilan
See Also:
  • Constructor Details

    • MqttConnectionFailedEvent

      public MqttConnectionFailedEvent(Object source)
    • MqttConnectionFailedEvent

      public MqttConnectionFailedEvent(Object source, @Nullable Throwable cause)