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() |
messageId
static MqttUnsubscribeMessage create(int messageId, List<String> topics)
messageId
- message identifiertopics
- list of topics to unsubscribeCopyright © 2023 Eclipse. All rights reserved.