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 SummaryFields inherited from class org.springframework.integration.events.IntegrationEventcauseFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionMqttMessageDeliveredEvent(Object source, int messageId, String clientId, int clientInstance) 
- 
Method SummaryMethods inherited from class org.springframework.integration.mqtt.event.MqttMessageDeliveryEventgetClientId, getClientInstance, getMessageIdMethods inherited from class org.springframework.integration.events.IntegrationEventgetCause, getSourceAsTypeMethods inherited from class org.springframework.context.ApplicationEventgetTimestampMethods inherited from class java.util.EventObjectgetSource
- 
Constructor Details- 
MqttMessageDeliveredEvent
 
- 
- 
Method Details- 
toString- Overrides:
- toStringin class- IntegrationEvent
 
 
-