Uses of Class
io.vertx.mutiny.mqtt.messages.MqttConnAckMessage
Packages that use MqttConnAckMessage
-
Uses of MqttConnAckMessage in io.vertx.mutiny.mqtt
Methods in io.vertx.mutiny.mqtt that return MqttConnAckMessageModifier and TypeMethodDescriptionMqttClient.connectAndAwait
(int port, String host) Blocking variant ofMqttClient.connect(int,String)
.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 MqttConnAckMessageModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<MqttConnAckMessage>
Connects to an MQTT server calling connectHandler after connectionio.smallrye.mutiny.Uni<MqttConnAckMessage>
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 MqttConnAckMessageModifier and TypeFieldDescriptionstatic final TypeArg<MqttConnAckMessage>
MqttConnAckMessage.__TYPE_ARG
Methods in io.vertx.mutiny.mqtt.messages that return MqttConnAckMessageModifier and TypeMethodDescriptionstatic MqttConnAckMessage
MqttConnAckMessage.create
(io.netty.handler.codec.mqtt.MqttConnectReturnCode code, boolean isSessionPresent) static MqttConnAckMessage
MqttConnAckMessage.create
(io.netty.handler.codec.mqtt.MqttConnectReturnCode code, boolean isSessionPresent, io.netty.handler.codec.mqtt.MqttProperties properties) static MqttConnAckMessage
MqttConnAckMessage.newInstance
(io.vertx.mqtt.messages.MqttConnAckMessage arg)