vertx / io.vertx.rxjava.mqtt

Package io.vertx.rxjava.mqtt

Types

MqttClient

open class MqttClient

An MQTT client NOTE: This class has been automatically generated from the io.vertx.mqtt.MqttClient non RX-ified interface using Vert.x codegen.

MqttEndpoint

open class MqttEndpoint

Represents an MQTT endpoint for point-to-point communication with the remote MQTT client NOTE: This class has been automatically generated from the io.vertx.mqtt.MqttEndpoint non RX-ified interface using Vert.x codegen.

MqttServer

open class MqttServer

An MQTT server

You can accept incoming MQTT connection requests providing a io.vertx.rxjava.mqtt.MqttServer#endpointHandler. As the requests arrive, the handler will be called with an instance of io.vertx.rxjava.mqtt.MqttEndpoint in order to manage the communication with the remote MQTT client.

NOTE: This class has been automatically generated from the io.vertx.mqtt.MqttServer non RX-ified interface using Vert.x codegen.