Modifier and Type | Method and Description |
---|---|
protected void |
AwsIotClient.dispatch(AwsIotMessage message)
dispatch message to corresponding subscriber if any otherwise log a warning if warning logs are activated
|
void |
AwsIotMessageCallback.onMessageReceived(AwsIotMessage message)
Called whenever a message arrives in the broker.
|
void |
AwsIotClient.publish(AwsIotMessage message)
Publish a message to AWS IoT MQTT broker.
|