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 Summary
Fields inherited from class org.springframework.integration.events.IntegrationEvent
cause
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionMqttMessageNotDeliveredEvent
(Object source, int messageId, String clientId, int clientInstance, Throwable exception) -
Method Summary
Methods inherited from class org.springframework.integration.mqtt.event.MqttMessageDeliveryEvent
getClientId, getClientInstance, getMessageId
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
-
Constructor Details
-
MqttMessageNotDeliveredEvent
-
-
Method Details
-
getException
-