| Package | Description | 
|---|---|
| io.vertx.mqtt | |
| io.vertx.mqtt.messages | |
| io.vertx.reactivex.mqtt.messages | |
| io.vertx.rxjava.mqtt.messages | 
| Modifier and Type | Method and Description | 
|---|---|
MqttEndpoint | 
MqttEndpoint.unsubscribeHandler(Handler<MqttUnsubscribeMessage> handler)
Set a unsubscribe handler on the MQTT endpoint. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static MqttUnsubscribeMessage | 
MqttUnsubscribeMessage.create(int messageId,
      List<String> topics)
Create a concrete instance of a Vert.x unsubscribe message 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MqttUnsubscribeMessage | 
MqttUnsubscribeMessage.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static MqttUnsubscribeMessage | 
MqttUnsubscribeMessage.newInstance(MqttUnsubscribeMessage arg)  | 
| Constructor and Description | 
|---|
MqttUnsubscribeMessage(MqttUnsubscribeMessage delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
MqttUnsubscribeMessage | 
MqttUnsubscribeMessage.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static MqttUnsubscribeMessage | 
MqttUnsubscribeMessage.newInstance(MqttUnsubscribeMessage arg)  | 
| Constructor and Description | 
|---|
MqttUnsubscribeMessage(MqttUnsubscribeMessage delegate)  | 
Copyright © 2023 Eclipse. All rights reserved.