-
Field Summary
Fields inherited from interface org.eclipse.microprofile.reactive.messaging.Message
EMPTY_ACK, EMPTY_NACK, LOGGER
-
Method Summary
int
io.netty.handler.codec.mqtt.MqttQoS
boolean
boolean
of(String topic,
T payload,
io.netty.handler.codec.mqtt.MqttQoS qos)
of(String topic,
T payload,
io.netty.handler.codec.mqtt.MqttQoS qos,
boolean retain)
Methods inherited from interface org.eclipse.microprofile.reactive.messaging.Message
ack, ack, addMetadata, getAck, getAckWithMetadata, getMetadata, getMetadata, getNack, getNackWithMetadata, getPayload, nack, nack, thenApply, unwrap, withAckWithMetadata, withMetadata, withMetadata, withNack, withNackWithMetadata, withPayload
-
Method Details
-
-
-
-
-
-
of
static <T> MqttMessage<T> of(String topic,
T payload,
io.netty.handler.codec.mqtt.MqttQoS qos)
-
of
static <T> MqttMessage<T> of(String topic,
T payload,
io.netty.handler.codec.mqtt.MqttQoS qos,
boolean retain)
-
withAck
- Specified by:
withAck in interface org.eclipse.microprofile.reactive.messaging.Message<T>
-
getMessageId
int getMessageId()
-
getQosLevel
io.netty.handler.codec.mqtt.MqttQoS getQosLevel()
-
isDuplicate
boolean isDuplicate()
-
isRetain
boolean isRetain()
-