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 MqttClientSessionOptions
MqttClientSessionOptions. setHostname(String hostname)
MqttClientSessionOptions
MqttClientSessionOptions. setPort(int port)
MqttClientSessionOptions
MqttClientSessionOptions. setReconnectDelay(ReconnectDelayOptions reconnectDelay)
MqttClientSessionOptions
MqttClientSessionOptions. setServerName(Optional<String> serverName)
Methods in io.smallrye.reactive.messaging.mqtt.session with parameters of type MqttClientSessionOptions Modifier and Type Method Description static MqttClientSession
MqttClientSession. 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.
-