| Package | Description |
|---|---|
| io.vertx.mqtt |
= Vert.x MQTT server
This component provides a server which is able to handle connections, communication and messages exchange with remote
link:http://mqtt.org/[MQTT] clients.
|
| io.vertx.mqtt.messages |
| Modifier and Type | Method and Description |
|---|---|
MqttEndpoint |
MqttEndpoint.subscribeHandler(Handler<MqttSubscribeMessage> handler)
Set a subscribe handler on the MQTT endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static MqttSubscribeMessage |
MqttSubscribeMessage.create(int messageId,
List<io.netty.handler.codec.mqtt.MqttTopicSubscription> topicSubscriptions)
Create a concrete instance of a Vert.x subscribe message
|
Copyright © 2017. All rights reserved.