| Package | Description | 
|---|---|
| io.vertx.rxjava3.mqtt | |
| io.vertx.rxjava3.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 | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<MqttUnsubscribeMessage> | 
MqttUnsubscribeMessage.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
static MqttUnsubscribeMessage | 
MqttUnsubscribeMessage.create(int messageId,
      List<String> topics,
      io.netty.handler.codec.mqtt.MqttProperties properties)
Create a concrete instance of a Vert.x unsubscribe message 
 | 
static MqttUnsubscribeMessage | 
MqttUnsubscribeMessage.newInstance(MqttUnsubscribeMessage arg)  | 
Copyright © 2023 Eclipse. All rights reserved.