public abstract class MqttClient extends AbstractClient
| Modifier and Type | Class and Description |
|---|---|
static class |
MqttClient.Builder<T extends MqttClient.Builder<T>> |
executor| Constructor and Description |
|---|
MqttClient(ScheduledExecutorService executor,
String clientId,
Set<Module> modules) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMqttClientId() |
abstract void |
publishMqttPayload(String topic,
ByteBuffer payload) |
notifyAddApplication, notifyConnected, notifyDisconnected, notifyRemoveApplication, transportclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildApplicationclosepublic MqttClient(ScheduledExecutorService executor, String clientId, Set<Module> modules)
public abstract void publishMqttPayload(String topic, ByteBuffer payload) throws Exception
Exceptionpublic String getMqttClientId()
Copyright © 2017. All rights reserved.