| Package | Description |
|---|---|
| net.eusashead.iot.mqtt | |
| net.eusashead.iot.mqtt.paho |
| Modifier and Type | Class | Description |
|---|---|---|
static class |
SubscribeMessage.SubscribeMessageImpl |
| Modifier and Type | Method | Description |
|---|---|---|
static SubscribeMessage |
SubscribeMessage.create(int id,
String topic,
byte[] payload,
int qos,
boolean retained) |
| Modifier and Type | Method | Description |
|---|---|---|
io.reactivex.Flowable<SubscribeMessage> |
ObservableMqttClient.subscribe(String[] topics,
int[] qos) |
Subscribe to multiple
String topics to receive multiple
SubscribeMessage at the given QOS levels |
io.reactivex.Flowable<SubscribeMessage> |
ObservableMqttClient.subscribe(String topic,
int qos) |
Subscribe to a
String topic to receive multiple
SubscribeMessage at the supplied QOS level |
| Modifier and Type | Method | Description |
|---|---|---|
io.reactivex.Flowable<SubscribeMessage> |
SubscribeFactory.create(String[] topics,
int[] qos,
io.reactivex.BackpressureStrategy backpressureStrategy) |
|
io.reactivex.Flowable<SubscribeMessage> |
PahoObservableMqttClient.subscribe(String[] topics,
int[] qos) |
|
io.reactivex.Flowable<SubscribeMessage> |
PahoObservableMqttClient.subscribe(String topic,
int qos) |
Copyright © 2018. All rights reserved.