| Package | Description | 
|---|---|
| io.vertx.mqtt | |
| io.vertx.mqtt.messages.codes | |
| io.vertx.reactivex.mqtt | |
| io.vertx.rxjava.mqtt | |
| io.vertx.rxjava3.mqtt | 
| Modifier and Type | Method and Description | 
|---|---|
MqttEndpoint | 
MqttEndpoint.subscribeAcknowledge(int subscribeMessageId,
                    List<MqttSubAckReasonCode> reasonCodes,
                    io.netty.handler.codec.mqtt.MqttProperties properties)
Sends the SUBACK message to the remote MQTT client 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MqttSubAckReasonCode | 
MqttSubAckReasonCode.limitForMqttVersion(io.netty.handler.codec.mqtt.MqttVersion version)  | 
static MqttSubAckReasonCode | 
MqttSubAckReasonCode.qosGranted(io.netty.handler.codec.mqtt.MqttQoS qos)  | 
static MqttSubAckReasonCode | 
MqttSubAckReasonCode.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static MqttSubAckReasonCode[] | 
MqttSubAckReasonCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MqttEndpoint | 
MqttEndpoint.subscribeAcknowledge(int subscribeMessageId,
                    List<MqttSubAckReasonCode> reasonCodes,
                    io.netty.handler.codec.mqtt.MqttProperties properties)
Sends the SUBACK message to the remote MQTT client 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MqttEndpoint | 
MqttEndpoint.subscribeAcknowledge(int subscribeMessageId,
                    List<MqttSubAckReasonCode> reasonCodes,
                    io.netty.handler.codec.mqtt.MqttProperties properties)
Sends the SUBACK message to the remote MQTT client 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MqttEndpoint | 
MqttEndpoint.subscribeAcknowledge(int subscribeMessageId,
                    List<MqttSubAckReasonCode> reasonCodes,
                    io.netty.handler.codec.mqtt.MqttProperties properties)
Sends the SUBACK message to the remote MQTT client 
 | 
Copyright © 2022 Eclipse. All rights reserved.