public abstract class MqttMessageDeliveryEvent extends MqttIntegrationEvent
messageId,
clientId and clientInstance can be used to correlate events.| Constructor and Description |
|---|
MqttMessageDeliveryEvent(java.lang.Object source,
int messageId,
java.lang.String clientId,
int clientInstance) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClientId() |
int |
getClientInstance() |
int |
getMessageId() |