| Package | Description |
|---|---|
| net.eusashead.iot.mqtt | |
| net.eusashead.iot.mqtt.paho |
| Modifier and Type | Class | Description |
|---|---|---|
static class |
PublishMessage.PublishMessageImpl |
| Modifier and Type | Method | Description |
|---|---|---|
static PublishMessage |
PublishMessage.create(byte[] payload,
int qos,
boolean retained) |
| Modifier and Type | Method | Description |
|---|---|---|
io.reactivex.Single<PublishToken> |
ObservableMqttClient.publish(String topic,
PublishMessage msg) |
Publish an
PublishMessage to a String topic at the given
QOS level |
| Modifier and Type | Method | Description |
|---|---|---|
io.reactivex.Single<PublishToken> |
PahoObservableMqttClient.publish(String topic,
PublishMessage msg) |
Copyright © 2018. All rights reserved.