| Package | Description |
|---|---|
| com.amazonaws.services.iot.client.core | |
| com.amazonaws.services.iot.client.mqtt |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AwsIotConnection.publishMessage(AWSIotMessage message)
Abstract method which is called to publish a message.
|
protected abstract void |
AwsIotConnection.subscribeTopic(AWSIotMessage message)
Abstract method which is called to subscribe to a topic.
|
protected abstract void |
AwsIotConnection.unsubscribeTopic(AWSIotMessage message)
Abstract method which is called to unsubscribe to a topic.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsIotMqttConnection.publishMessage(AWSIotMessage message) |
void |
AwsIotMqttConnection.subscribeTopic(AWSIotMessage message) |
void |
AwsIotMqttConnection.unsubscribeTopic(AWSIotMessage message) |
Copyright © 2020. All rights reserved.