Uses of Class
io.smallrye.reactive.messaging.mqtt.session.MqttClientSessionOptions
-
Packages that use MqttClientSessionOptions Package Description io.smallrye.reactive.messaging.mqtt.session io.smallrye.reactive.messaging.mqtt.session.impl -
-
Uses of MqttClientSessionOptions in io.smallrye.reactive.messaging.mqtt.session
Methods in io.smallrye.reactive.messaging.mqtt.session that return MqttClientSessionOptions Modifier and Type Method Description MqttClientSessionOptionsMqttClientSessionOptions. setHostname(String hostname)MqttClientSessionOptionsMqttClientSessionOptions. setPort(int port)MqttClientSessionOptionsMqttClientSessionOptions. setReconnectDelay(ReconnectDelayOptions reconnectDelay)MqttClientSessionOptionsMqttClientSessionOptions. setServerName(Optional<String> serverName)Methods in io.smallrye.reactive.messaging.mqtt.session with parameters of type MqttClientSessionOptions Modifier and Type Method Description static MqttClientSessionMqttClientSession. create(io.vertx.core.Vertx vertx, MqttClientSessionOptions options)Create a new MQTT client session.Constructors in io.smallrye.reactive.messaging.mqtt.session with parameters of type MqttClientSessionOptions Constructor Description MqttClientSessionOptions(MqttClientSessionOptions other)Copy constructor -
Uses of MqttClientSessionOptions in io.smallrye.reactive.messaging.mqtt.session.impl
Constructors in io.smallrye.reactive.messaging.mqtt.session.impl with parameters of type MqttClientSessionOptions Constructor Description MqttClientSessionImpl(io.vertx.core.Vertx vertx, MqttClientSessionOptions options)Create a new instance, which is not started.
-