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