public interface RxMqttMessage
| Modifier and Type | Method | Description |
|---|---|---|
int |
getId() |
|
byte[] |
getPayload() |
|
RxMqttQoS |
getQoS() |
|
java.lang.String |
getTopic() |
|
boolean |
isRetained() |
java.lang.String getTopic()
int getId()
byte[] getPayload()
RxMqttQoS getQoS()
boolean isRetained()