Package | Description |
---|---|
org.eclipse.kapua.gateway.client.mqtt |
Abstract base classes for implementing MQTT based clients
|
org.eclipse.kapua.gateway.client.mqtt.fuse |
An MQTT based client using FUSE MQTT
|
org.eclipse.kapua.gateway.client.mqtt.paho |
An MQTT based client using Eclipse Paho™
|
Modifier and Type | Method and Description |
---|---|
protected CompletionStage<?> |
MqttClient.subscribe(String applicationId,
Topic topic,
MqttMessageHandler messageHandler) |
protected abstract CompletionStage<?> |
MqttClient.subscribeMqtt(String topic,
MqttMessageHandler messageHandler) |
Modifier and Type | Method and Description |
---|---|
protected CompletionStage<?> |
FuseClient.subscribeMqtt(String topic,
MqttMessageHandler messageHandler) |
Modifier and Type | Method and Description |
---|---|
protected CompletionStage<?> |
PahoClient.subscribeMqtt(String topic,
MqttMessageHandler messageHandler) |
Copyright © 2017. All rights reserved.