Skip navigation links

Vert.x MQTT 3.5.1.redhat-003 API

Packages 
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 vertx-mqtt ${maven.version} ---- * Gradle (in your `build.gradle` file): [source,groovy,subs="+attributes"] ---- compile io.vertx:vertx-mqtt:${maven.version} ---- = 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  
Skip navigation links

Copyright © 2018 Eclipse. All rights reserved.