Uses of Class
io.vertx.mutiny.mqtt.messages.MqttConnAckMessage
-
Packages that use MqttConnAckMessage Package Description io.vertx.mutiny.mqtt io.vertx.mutiny.mqtt.messages -
-
Uses of MqttConnAckMessage in io.vertx.mutiny.mqtt
Methods in io.vertx.mutiny.mqtt that return MqttConnAckMessage Modifier and Type Method Description MqttConnAckMessage
MqttClient. connectAndAwait(int port, String host)
Blocking variant ofMqttClient.connect(int,String)
.MqttConnAckMessage
MqttClient. connectAndAwait(int port, String host, String serverName)
Blocking variant ofMqttClient.connect(int,String,String)
.Methods in io.vertx.mutiny.mqtt that return types with arguments of type MqttConnAckMessage Modifier and Type Method Description io.smallrye.mutiny.Uni<MqttConnAckMessage>
MqttClient. connect(int port, String host)
Connects to an MQTT server calling connectHandler after connectionio.smallrye.mutiny.Uni<MqttConnAckMessage>
MqttClient. connect(int port, String host, String serverName)
Connects to an MQTT server calling connectHandler after connection -
Uses of MqttConnAckMessage in io.vertx.mutiny.mqtt.messages
Fields in io.vertx.mutiny.mqtt.messages with type parameters of type MqttConnAckMessage Modifier and Type Field Description static TypeArg<MqttConnAckMessage>
MqttConnAckMessage. __TYPE_ARG
Methods in io.vertx.mutiny.mqtt.messages that return MqttConnAckMessage Modifier and Type Method Description static MqttConnAckMessage
MqttConnAckMessage. create(io.netty.handler.codec.mqtt.MqttConnectReturnCode code, boolean isSessionPresent)
static MqttConnAckMessage
MqttConnAckMessage. newInstance(io.vertx.mqtt.messages.MqttConnAckMessage arg)
-