Package | Description |
---|---|
io.vertx.mqtt |
= Vert.x MQTT
== Using Vert.x MQTT
This component had officially released in the Vert.x stack, just following dependency to the _dependencies_ section
of your build descriptor:
* Maven (in your `pom.xml`):
[source,xml,subs="+attributes"]
----
|
io.vertx.mqtt.messages |
Class and Description |
---|
MqttAuth
MQTT authentication information
|
MqttClient
An MQTT client
|
MqttClientOptions
Represents options used by the MQTT client.
|
MqttEndpoint
Represents an MQTT endpoint for point-to-point communication with the remote MQTT client
|
MqttServer
An MQTT server
|
MqttServerOptions
Represents options used by the MQTT server
|
MqttWill
Will information from the remote MQTT client
|
Class and Description |
---|
MqttTopicSubscription
Represents a subscription to a topic
|
Copyright © 2018 Eclipse. All rights reserved.