public interface AWSIotMqttNewMessageCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onMessageArrived(String topic,
byte[] data)
This method is called when a message arrives from the mqtt client.
|
void onMessageArrived(String topic, byte[] data)
topic - the incoming message topic.data - the message payload.Copyright © 2017. All rights reserved.