Class MqttMessageNotDeliveredEvent

All Implemented Interfaces:
Serializable

public class MqttMessageNotDeliveredEvent extends MqttMessageDeliveryEvent
An event emitted (when using aysnc) when the client indicates the message was not delivered on publish operation.
Since:
6.4
Author:
Artem Bilan
See Also:
  • Constructor Details

    • MqttMessageNotDeliveredEvent

      public MqttMessageNotDeliveredEvent(Object source, int messageId, String clientId, int clientInstance, Throwable exception)
  • Method Details

    • getException

      public Throwable getException()