Uses of Class
io.vertx.mutiny.mqtt.messages.MqttUnsubAckMessage
Packages that use MqttUnsubAckMessage
-
Uses of MqttUnsubAckMessage in io.vertx.mutiny.mqtt
Method parameters in io.vertx.mutiny.mqtt with type arguments of type MqttUnsubAckMessageModifier and TypeMethodDescriptionMqttClient.unsubscribeCompletionMessageHandler(Consumer<MqttUnsubAckMessage> unsubscribeCompletionMessageHandler) Sets handler which will be called after UNSUBACK packet receiving -
Uses of MqttUnsubAckMessage in io.vertx.mutiny.mqtt.messages
Fields in io.vertx.mutiny.mqtt.messages with type parameters of type MqttUnsubAckMessageModifier and TypeFieldDescriptionstatic final TypeArg<MqttUnsubAckMessage>MqttUnsubAckMessage.__TYPE_ARGMethods in io.vertx.mutiny.mqtt.messages that return MqttUnsubAckMessageModifier and TypeMethodDescriptionstatic MqttUnsubAckMessageMqttUnsubAckMessage.create(int messageId, List<Short> reasonCodes, io.netty.handler.codec.mqtt.MqttProperties properties) Create a concrete instance of a Vert.x unsuback messagestatic MqttUnsubAckMessageMqttUnsubAckMessage.newInstance(io.vertx.mqtt.messages.MqttUnsubAckMessage delegate) Creates a new instance of theMqttUnsubAckMessage.