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.unsubscribeAcknowledge(int unsubscribeMessageId,
List<MqttUnsubAckReasonCode> reasonCodes,
io.netty.handler.codec.mqtt.MqttProperties properties)
Sends the UNSUBACK message to the remote MQTT client
|
Modifier and Type | Method and Description |
---|---|
static MqttUnsubAckReasonCode |
MqttUnsubAckReasonCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MqttUnsubAckReasonCode[] |
MqttUnsubAckReasonCode.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.unsubscribeAcknowledge(int unsubscribeMessageId,
List<MqttUnsubAckReasonCode> reasonCodes,
io.netty.handler.codec.mqtt.MqttProperties properties)
Sends the UNSUBACK message to the remote MQTT client
|
Modifier and Type | Method and Description |
---|---|
MqttEndpoint |
MqttEndpoint.unsubscribeAcknowledge(int unsubscribeMessageId,
List<MqttUnsubAckReasonCode> reasonCodes,
io.netty.handler.codec.mqtt.MqttProperties properties)
Sends the UNSUBACK message to the remote MQTT client
|
Modifier and Type | Method and Description |
---|---|
MqttEndpoint |
MqttEndpoint.unsubscribeAcknowledge(int unsubscribeMessageId,
List<MqttUnsubAckReasonCode> reasonCodes,
io.netty.handler.codec.mqtt.MqttProperties properties)
Sends the UNSUBACK message to the remote MQTT client
|
Copyright © 2022 Eclipse. All rights reserved.