Uses of Class
io.vertx.mutiny.mqtt.messages.MqttPubRecMessage
Packages that use MqttPubRecMessage
-
Uses of MqttPubRecMessage in io.vertx.mutiny.mqtt
Method parameters in io.vertx.mutiny.mqtt with type arguments of type MqttPubRecMessageModifier and TypeMethodDescriptionMqttEndpoint.publishReceivedMessageHandler(Consumer<MqttPubRecMessage> handler) Set the pubrec handler on the MQTT endpoint.MqttClient.publishRecMessageHandler(Consumer<MqttPubRecMessage> handler) Sets a handler which will be called each time a PUBREC is received from the server. -
Uses of MqttPubRecMessage in io.vertx.mutiny.mqtt.messages
Fields in io.vertx.mutiny.mqtt.messages with type parameters of type MqttPubRecMessageModifier and TypeFieldDescriptionstatic final TypeArg<MqttPubRecMessage>MqttPubRecMessage.__TYPE_ARGMethods in io.vertx.mutiny.mqtt.messages that return MqttPubRecMessageModifier and TypeMethodDescriptionstatic MqttPubRecMessageMqttPubRecMessage.create(int messageId, io.vertx.mqtt.messages.codes.MqttPubRecReasonCode code, io.netty.handler.codec.mqtt.MqttProperties properties) Create a concrete instance of a Vert.x pubrec messagestatic MqttPubRecMessageMqttPubRecMessage.newInstance(io.vertx.mqtt.messages.MqttPubRecMessage delegate) Creates a new instance of theMqttPubRecMessage.