public class MqttUnsubscribeMessage extends Object implements io.vertx.lang.rx.RxDelegate, 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,
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) |
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 io.vertx.lang.rx.RxDelegate
getDelegate
in interface MqttMessage
public int messageId()
messageId
in interface MqttMessage
public static MqttUnsubscribeMessage create(int messageId, List<String> topics, MqttProperties properties)
messageId
- message identifiertopics
- list of topics to unsubscribeproperties
- UNSUBSCRIBE message propertiespublic MqttProperties properties()
public static MqttUnsubscribeMessage newInstance(MqttUnsubscribeMessage arg)
Copyright © 2025 Eclipse. All rights reserved.