Class MqttMessageDeliveredEvent
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.MqttMessageDeliveredEvent
- All Implemented Interfaces:
Serializable
An event emitted (when using aysnc) when the client indicates the message
was delivered.
- Since:
- 4.1
- Author:
- Gary Russell
- See Also:
-
Field Summary
Fields inherited from class org.springframework.integration.events.IntegrationEvent
cause
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionMqttMessageDeliveredEvent
(Object source, int messageId, String clientId, int clientInstance) -
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
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
MqttMessageDeliveredEvent
-
-
Method Details
-
toString
- Overrides:
toString
in classIntegrationEvent
-