Package | Description |
---|---|
io.vertx.rxjava.mqtt | |
io.vertx.rxjava.mqtt.messages |
Modifier and Type | Method and Description |
---|---|
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 | Method and Description |
---|---|
MqttClient |
MqttClient.connect(int port,
String host,
Handler<AsyncResult<MqttConnAckMessage>> connectHandler)
Connects to an MQTT server calling connectHandler after connection
|
MqttClient |
MqttClient.connect(int port,
String host,
String serverName,
Handler<AsyncResult<MqttConnAckMessage>> connectHandler)
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.newInstance(MqttConnAckMessage arg) |
Copyright © 2021 Eclipse. All rights reserved.