Uses of Interface
io.smallrye.reactive.messaging.mqtt.session.MqttClientSession
-
Packages that use MqttClientSession Package Description io.smallrye.reactive.messaging.mqtt io.smallrye.reactive.messaging.mqtt.session io.smallrye.reactive.messaging.mqtt.session.impl -
-
Uses of MqttClientSession in io.smallrye.reactive.messaging.mqtt
Methods in io.smallrye.reactive.messaging.mqtt that return MqttClientSession Modifier and Type Method Description MqttClientSessionClients.ClientHolder. getClient()Constructors in io.smallrye.reactive.messaging.mqtt with parameters of type MqttClientSession Constructor Description ClientHolder(MqttClientSession client) -
Uses of MqttClientSession in io.smallrye.reactive.messaging.mqtt.session
Methods in io.smallrye.reactive.messaging.mqtt.session that return MqttClientSession Modifier and Type Method Description static MqttClientSessionMqttClientSession. create(io.vertx.core.Vertx vertx, MqttClientSessionOptions options)Create a new MQTT client session.MqttClientSessionMqttClientSession. exceptionHandler(io.vertx.core.Handler<Throwable> exceptionHandler)Sets handler which will be called in case of an exceptionMqttClientSessionMqttClientSession. messageHandler(io.vertx.core.Handler<io.vertx.mqtt.messages.MqttPublishMessage> messageHandler)Sets handler which will be called each time server publish something to clientMqttClientSessionMqttClientSession. publishCompletionExpirationHandler(io.vertx.core.Handler<Integer> publishCompletionExpirationHandler)Set the publish completion expiration handler.MqttClientSessionMqttClientSession. publishCompletionHandler(io.vertx.core.Handler<Integer> publishCompleteHandler)Set the publish complete handler.MqttClientSessionMqttClientSession. publishCompletionUnknownPacketIdHandler(io.vertx.core.Handler<Integer> publishCompletionUnknownPacketIdHandler)Set the publish completion unknown packet id handler.MqttClientSessionMqttClientSession. sessionStateHandler(io.vertx.core.Handler<SessionEvent> sessionStateHandler)Set the session state handler.MqttClientSessionMqttClientSession. subscriptionStateHandler(io.vertx.core.Handler<SubscriptionEvent> subscriptionStateHandler)Set the subscription state handler. -
Uses of MqttClientSession in io.smallrye.reactive.messaging.mqtt.session.impl
Classes in io.smallrye.reactive.messaging.mqtt.session.impl that implement MqttClientSession Modifier and Type Class Description classMqttClientSessionImplMethods in io.smallrye.reactive.messaging.mqtt.session.impl that return MqttClientSession Modifier and Type Method Description MqttClientSessionMqttClientSessionImpl. exceptionHandler(io.vertx.core.Handler<Throwable> exceptionHandler)MqttClientSessionMqttClientSessionImpl. messageHandler(io.vertx.core.Handler<io.vertx.mqtt.messages.MqttPublishMessage> messageHandler)MqttClientSessionMqttClientSessionImpl. publishCompletionExpirationHandler(io.vertx.core.Handler<Integer> publishCompletionExpirationHandler)MqttClientSessionMqttClientSessionImpl. publishCompletionHandler(io.vertx.core.Handler<Integer> publishCompleteHandler)MqttClientSessionMqttClientSessionImpl. publishCompletionUnknownPacketIdHandler(io.vertx.core.Handler<Integer> publishCompletionUnknownPacketIdHandler)MqttClientSessionMqttClientSessionImpl. sessionStateHandler(io.vertx.core.Handler<SessionEvent> sessionStateHandler)MqttClientSessionMqttClientSessionImpl. subscriptionStateHandler(io.vertx.core.Handler<SubscriptionEvent> subscriptionStateHandler)
-