| Package | Description | 
|---|---|
| io.vertx.mqtt | |
| io.vertx.mqtt.messages | |
| io.vertx.reactivex.mqtt.messages | |
| io.vertx.rxjava.mqtt.messages | |
| io.vertx.rxjava3.mqtt.messages | 
| Modifier and Type | Method and Description | 
|---|---|
MqttEndpoint | 
MqttEndpoint.subscribeHandler(Handler<MqttSubscribeMessage> handler)
Set a subscribe handler on the MQTT endpoint. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static MqttSubscribeMessage | 
MqttSubscribeMessage.create(int messageId,
      List<io.netty.handler.codec.mqtt.MqttTopicSubscription> topicSubscriptions)
Create a concrete instance of a Vert.x subscribe message 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MqttSubscribeMessage | 
MqttSubscribeMessage.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static MqttSubscribeMessage | 
MqttSubscribeMessage.newInstance(MqttSubscribeMessage arg)  | 
| Constructor and Description | 
|---|
MqttSubscribeMessage(MqttSubscribeMessage delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
MqttSubscribeMessage | 
MqttSubscribeMessage.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static MqttSubscribeMessage | 
MqttSubscribeMessage.newInstance(MqttSubscribeMessage arg)  | 
| Constructor and Description | 
|---|
MqttSubscribeMessage(MqttSubscribeMessage delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
MqttSubscribeMessage | 
MqttSubscribeMessage.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static MqttSubscribeMessage | 
MqttSubscribeMessage.newInstance(MqttSubscribeMessage arg)  | 
| Constructor and Description | 
|---|
MqttSubscribeMessage(MqttSubscribeMessage delegate)  | 
Copyright © 2021 Eclipse. All rights reserved.