Class MqttMessageNotDeliveredEvent
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.MqttMessageDeliveryEvent
org.springframework.integration.mqtt.event.MqttMessageNotDeliveredEvent
- All Implemented Interfaces:
- Serializable
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:
- 
Field SummaryFields inherited from class org.springframework.integration.events.IntegrationEventcauseFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionMqttMessageNotDeliveredEvent(Object source, int messageId, String clientId, int clientInstance, Throwable exception) 
- 
Method SummaryMethods inherited from class org.springframework.integration.mqtt.event.MqttMessageDeliveryEventgetClientId, getClientInstance, getMessageIdMethods 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- 
MqttMessageNotDeliveredEvent
 
- 
- 
Method Details- 
getException
 
-