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
|
static MqttUnsubscribeMessage |
create(int messageId,
List<String> topics,
io.netty.handler.codec.mqtt.MqttProperties properties)
Create a concrete instance of a Vert.x unsubscribe message
|
io.netty.handler.codec.mqtt.MqttProperties |
properties() |
List<String> |
topics() |
messageId
static MqttUnsubscribeMessage create(int messageId, List<String> topics)
messageId
- message identifiertopics
- list of topics to unsubscribestatic MqttUnsubscribeMessage create(int messageId, List<String> topics, io.netty.handler.codec.mqtt.MqttProperties properties)
messageId
- message identifiertopics
- list of topics to unsubscribeproperties
- UNSUBSCRIBE message propertiesio.netty.handler.codec.mqtt.MqttProperties properties()
Copyright © 2023 Eclipse. All rights reserved.