public class MqttUnsubscribeMessage extends Object implements MqttMessage
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<MqttUnsubscribeMessage> |
__TYPE_ARG |
Constructor and Description |
---|
MqttUnsubscribeMessage(MqttUnsubscribeMessage delegate) |
MqttUnsubscribeMessage(Object delegate) |
Modifier and Type | Method and Description |
---|---|
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
|
boolean |
equals(Object o) |
MqttUnsubscribeMessage |
getDelegate() |
int |
hashCode() |
int |
messageId() |
static MqttUnsubscribeMessage |
newInstance(MqttUnsubscribeMessage arg) |
io.netty.handler.codec.mqtt.MqttProperties |
properties() |
List<String> |
topics() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
newInstance
public static final io.vertx.lang.rx.TypeArg<MqttUnsubscribeMessage> __TYPE_ARG
public MqttUnsubscribeMessage(MqttUnsubscribeMessage delegate)
public MqttUnsubscribeMessage(Object delegate)
public MqttUnsubscribeMessage getDelegate()
getDelegate
in interface MqttMessage
public int messageId()
messageId
in interface MqttMessage
public static MqttUnsubscribeMessage create(int messageId, List<String> topics, io.netty.handler.codec.mqtt.MqttProperties properties)
messageId
- message identifiertopics
- list of topics to unsubscribeproperties
- UNSUBSCRIBE message propertiespublic io.netty.handler.codec.mqtt.MqttProperties properties()
public static MqttUnsubscribeMessage newInstance(MqttUnsubscribeMessage arg)
Copyright © 2022 Eclipse. All rights reserved.