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.unsubscribeHandler(io.vertx.core.Handler<MqttUnsubscribeMessage> handler)
Set a unsubscribe handler on the MQTT endpoint.
|
Modifier and Type | Method and Description |
---|---|
static MqttUnsubscribeMessage |
MqttUnsubscribeMessage.create(int messageId,
List<String> topics)
Create a concrete instance of a Vert.x unsubscribe message
|
Copyright © 2018. All rights reserved.