Class MqttMessageDeliveryEvent
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
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MqttMessageDeliveredEvent,- MqttMessageSentEvent
Base class for events related to message delivery. Properties 
messageId,
 clientId and clientInstance can be used to correlate events.- 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 SummaryConstructorsConstructorDescriptionMqttMessageDeliveryEvent(Object source, int messageId, String clientId, int clientInstance) 
- 
Method SummaryModifier and TypeMethodDescriptionintintMethods 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- 
MqttMessageDeliveryEvent
 
- 
- 
Method Details- 
getMessageIdpublic int getMessageId()
- 
getClientId
- 
getClientInstancepublic int getClientInstance()
 
-