public class SUBSCRIBE extends Object implements Message
| Constructor and Description |
|---|
SUBSCRIBE()
Creates a new MQTT SUBSCRIBE message
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMessageId() |
List<Topic> |
getTopics() |
void |
setMessageId(int messageId) |
void |
setTopics(List<Topic> topics) |
Copyright © 2013-2018 dc-square GmbH. All Rights Reserved.