| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Void> |
ack()
Acknowledge this message.
|
String |
getClientId() |
int |
getMessageId() |
byte[] |
getPayload() |
io.netty.handler.codec.mqtt.MqttQoS |
getQosLevel() |
String |
getTopic() |
boolean |
isDuplicate() |
boolean |
isRetain() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddMetadata, getAck, getMetadata, getMetadata, of, of, of, of, of, of, unwrap, withAck, withMetadata, withMetadata, withPayloadpublic byte[] getPayload()
getPayload in interface Message<byte[]>public CompletionStage<Void> ack()
Messagepublic int getMessageId()
public io.netty.handler.codec.mqtt.MqttQoS getQosLevel()
public boolean isDuplicate()
public boolean isRetain()
public String getTopic()
public String getClientId()
Copyright © 2018–2020 SmallRye. All rights reserved.