Uses of Class
io.vertx.mqtt.MqttClientWillOptions
Packages that use MqttClientWillOptions
-
Uses of MqttClientWillOptions in io.vertx.mqtt
Methods in io.vertx.mqtt that return MqttClientWillOptionsModifier and TypeMethodDescriptionMqttClientWillOptions.addUserProperty(String key, String value) Add a single User Property.MqttClientOptions.getWillOptions()MqttClientWillOptions.setContentType(String contentType) Set the Content Type (MIME type) that describes the will payload.MqttClientWillOptions.setCorrelationData(Buffer correlationData) Set the Correlation Data used to correlate a request/response.MqttClientWillOptions.setMessageBytes(Buffer messageBytes) Set the will message payload.MqttClientWillOptions.setPayloadFormatIndicator(Integer payloadFormatIndicator) Set the Payload Format Indicator.MqttClientWillOptions.setQos(int qos) Set the QoS level for the will message.MqttClientWillOptions.setResponseTopic(String responseTopic) Set the Response Topic used in a request/response pattern.MqttClientWillOptions.setRetain(boolean retain) Set whether the will message must be retained.Set the topic on which the will message will be published.MqttClientWillOptions.setUserProperties(Map<String, String> userProperties) Set the User Properties.MqttClientWillOptions.setWillDelayInterval(Long willDelayInterval) Set the Will Delay Interval.Methods in io.vertx.mqtt with parameters of type MqttClientWillOptionsModifier and TypeMethodDescriptionMqttClientOptions.setWillOptions(MqttClientWillOptions willOptions) Set the will message options.Constructors in io.vertx.mqtt with parameters of type MqttClientWillOptionsModifierConstructorDescriptionCopy constructor.