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