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) Connects to an MQTT server calling connectHandler after connectionMqttClient.connectAndAwait(int port, String host, String serverName) Connects to an MQTT server calling connectHandler after connectionMqttClient.connectAndAwait(int port, String host, String serverName, Map<String, String> userProperties) Connects to an MQTT server calling connectHandler after connectionMethods 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 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_ARGMethods in io.vertx.mutiny.mqtt.messages that return MqttConnAckMessageModifier and TypeMethodDescriptionstatic MqttConnAckMessageMqttConnAckMessage.create(io.netty.handler.codec.mqtt.MqttConnectReturnCode code, boolean isSessionPresent) Create a concrete instance of a Vert.x connack messagestatic MqttConnAckMessageMqttConnAckMessage.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 with MQTT properties.static MqttConnAckMessageMqttConnAckMessage.newInstance(io.vertx.mqtt.messages.MqttConnAckMessage delegate) Creates a new instance of theMqttConnAckMessage.