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