public interface AWSIotMqttMessageDeliveryCallback
Modifier and Type | Interface and Description |
---|---|
static class |
AWSIotMqttMessageDeliveryCallback.MessageDeliveryStatus
Possible message delivery states.
|
Modifier and Type | Method and Description |
---|---|
void |
statusChanged(AWSIotMqttMessageDeliveryCallback.MessageDeliveryStatus status,
java.lang.Object userData)
Callback interface to be implemented by application.
|
void statusChanged(AWSIotMqttMessageDeliveryCallback.MessageDeliveryStatus status, java.lang.Object userData)
status
- New status of the publish message.userData
- User defined data which was passed in as part of the publish call.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.