public class MqttUnsubscribeMessageImpl extends Object implements MqttUnsubscribeMessage
| Constructor and Description |
|---|
MqttUnsubscribeMessageImpl(int messageId,
List<String> topics)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
messageId() |
List<String> |
topics() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic int messageId()
messageId in interface MqttMessagepublic List<String> topics()
topics in interface MqttUnsubscribeMessageCopyright © 2020. All rights reserved.