public interface MqttUnsubscribeMessage extends MqttMessage
| Modifier and Type | Method and Description | 
|---|---|
static MqttUnsubscribeMessage | 
create(int messageId,
      List<String> topics)
Create a concrete instance of a Vert.x unsubscribe message 
 | 
List<String> | 
topics()  | 
messageIdstatic MqttUnsubscribeMessage create(int messageId, List<String> topics)
messageId - message identifiertopics - list of topics to unsubscribeCopyright © 2020 Eclipse. All rights reserved.