Uses of Class
io.vertx.mutiny.mqtt.messages.MqttPubRelMessage
-
Packages that use MqttPubRelMessage Package Description io.vertx.mutiny.mqtt io.vertx.mutiny.mqtt.messages -
-
Uses of MqttPubRelMessage in io.vertx.mutiny.mqtt
Method parameters in io.vertx.mutiny.mqtt with type arguments of type MqttPubRelMessage Modifier and Type Method Description MqttEndpointMqttEndpoint. publishReleaseMessageHandler(Consumer<MqttPubRelMessage> handler) -
Uses of MqttPubRelMessage in io.vertx.mutiny.mqtt.messages
Fields in io.vertx.mutiny.mqtt.messages with type parameters of type MqttPubRelMessage Modifier and Type Field Description static TypeArg<MqttPubRelMessage>MqttPubRelMessage. __TYPE_ARGMethods in io.vertx.mutiny.mqtt.messages that return MqttPubRelMessage Modifier and Type Method Description static MqttPubRelMessageMqttPubRelMessage. create(int messageId, io.vertx.mqtt.messages.codes.MqttPubRelReasonCode code, io.netty.handler.codec.mqtt.MqttProperties properties)static MqttPubRelMessageMqttPubRelMessage. newInstance(io.vertx.mqtt.messages.MqttPubRelMessage arg)
-