Modifier and Type | Method and Description |
---|---|
MqttEndpoint |
MqttEndpoint.publishRelease(int publishMessageId,
MqttPubRelReasonCode reasonCode,
io.netty.handler.codec.mqtt.MqttProperties properties)
Sends the PUBREL message to the remote MQTT client
|
Modifier and Type | Method and Description |
---|---|
MqttPubRelReasonCode |
MqttPubRelMessage.code() |
Modifier and Type | Method and Description |
---|---|
static MqttPubRelMessage |
MqttPubRelMessage.create(int messageId,
MqttPubRelReasonCode code,
io.netty.handler.codec.mqtt.MqttProperties properties)
Create a concrete instance of a Vert.x pubrel message
|
Modifier and Type | Method and Description |
---|---|
static MqttPubRelReasonCode |
MqttPubRelReasonCode.valueOf(byte b) |
static MqttPubRelReasonCode |
MqttPubRelReasonCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MqttPubRelReasonCode[] |
MqttPubRelReasonCode.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.publishRelease(int publishMessageId,
MqttPubRelReasonCode reasonCode,
io.netty.handler.codec.mqtt.MqttProperties properties)
Sends the PUBREL message to the remote MQTT client
|
Modifier and Type | Method and Description |
---|---|
MqttPubRelReasonCode |
MqttPubRelMessage.code() |
Modifier and Type | Method and Description |
---|---|
static MqttPubRelMessage |
MqttPubRelMessage.create(int messageId,
MqttPubRelReasonCode code,
io.netty.handler.codec.mqtt.MqttProperties properties)
Create a concrete instance of a Vert.x pubrel message
|
Modifier and Type | Method and Description |
---|---|
MqttEndpoint |
MqttEndpoint.publishRelease(int publishMessageId,
MqttPubRelReasonCode reasonCode,
io.netty.handler.codec.mqtt.MqttProperties properties)
Sends the PUBREL message to the remote MQTT client
|
Modifier and Type | Method and Description |
---|---|
MqttPubRelReasonCode |
MqttPubRelMessage.code() |
Modifier and Type | Method and Description |
---|---|
static MqttPubRelMessage |
MqttPubRelMessage.create(int messageId,
MqttPubRelReasonCode code,
io.netty.handler.codec.mqtt.MqttProperties properties)
Create a concrete instance of a Vert.x pubrel message
|
Modifier and Type | Method and Description |
---|---|
MqttEndpoint |
MqttEndpoint.publishRelease(int publishMessageId,
MqttPubRelReasonCode reasonCode,
io.netty.handler.codec.mqtt.MqttProperties properties)
Sends the PUBREL message to the remote MQTT client
|
Modifier and Type | Method and Description |
---|---|
MqttPubRelReasonCode |
MqttPubRelMessage.code() |
Modifier and Type | Method and Description |
---|---|
static MqttPubRelMessage |
MqttPubRelMessage.create(int messageId,
MqttPubRelReasonCode code,
io.netty.handler.codec.mqtt.MqttProperties properties)
Create a concrete instance of a Vert.x pubrel message
|
Copyright © 2023 Eclipse. All rights reserved.