| Package | Description | 
|---|---|
| io.vertx.rxjava3.mqtt | |
| io.vertx.rxjava3.mqtt.messages | 
| Modifier and Type | Method and Description | 
|---|---|
Single<MqttConnAckMessage> | 
MqttClient.connect(int port,
       String host)
Connects to an MQTT server calling connectHandler after connection 
 | 
Single<MqttConnAckMessage> | 
MqttClient.connect(int port,
       String host,
       String serverName)
Connects to an MQTT server calling connectHandler after connection 
 | 
Single<MqttConnAckMessage> | 
MqttClient.rxConnect(int port,
         String host)
Connects to an MQTT server calling connectHandler after connection 
 | 
Single<MqttConnAckMessage> | 
MqttClient.rxConnect(int port,
         String host,
         String serverName)
Connects to an MQTT server calling connectHandler after connection 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<MqttConnAckMessage> | 
MqttConnAckMessage.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
static MqttConnAckMessage | 
MqttConnAckMessage.create(io.netty.handler.codec.mqtt.MqttConnectReturnCode code,
      boolean isSessionPresent)
Create a concrete instance of a Vert.x connack message 
 | 
static MqttConnAckMessage | 
MqttConnAckMessage.create(io.netty.handler.codec.mqtt.MqttConnectReturnCode code,
      boolean isSessionPresent,
      io.netty.handler.codec.mqtt.MqttProperties properties)
Create a concrete instance of a Vert.x connack message 
 | 
static MqttConnAckMessage | 
MqttConnAckMessage.newInstance(MqttConnAckMessage arg)  | 
Copyright © 2023 Eclipse. All rights reserved.