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.publishHandler(io.vertx.core.Handler<MqttPublishMessage> handler)
Set the publish handler on the MQTT endpoint.
|
Modifier and Type | Method and Description |
---|---|
static MqttPublishMessage |
MqttPublishMessage.create(int messageId,
io.netty.handler.codec.mqtt.MqttQoS qosLevel,
boolean isDup,
boolean isRetain,
String topicName,
io.netty.buffer.ByteBuf payload)
Create a concrete instance of a Vert.x publish message
|
Copyright © 2018. All rights reserved.