Uses of Interface
io.smallrye.reactive.messaging.mqtt.session.MqttClientSession
Packages that use MqttClientSession
Package
Description
-
Uses of MqttClientSession in io.smallrye.reactive.messaging.mqtt
Methods in io.smallrye.reactive.messaging.mqtt that return MqttClientSessionConstructors in io.smallrye.reactive.messaging.mqtt with parameters of type MqttClientSession -
Uses of MqttClientSession in io.smallrye.reactive.messaging.mqtt.session
Methods in io.smallrye.reactive.messaging.mqtt.session that return MqttClientSessionModifier and TypeMethodDescriptionstatic MqttClientSessionMqttClientSession.create(io.vertx.core.Vertx vertx, MqttClientSessionOptions options) Create a new MQTT client session.MqttClientSession.exceptionHandler(io.vertx.core.Handler<Throwable> exceptionHandler) Sets handler which will be called in case of an exceptionMqttClientSession.messageHandler(io.vertx.core.Handler<io.vertx.mqtt.messages.MqttPublishMessage> messageHandler) Sets handler which will be called each time server publish something to clientMqttClientSession.publishCompletionExpirationHandler(io.vertx.core.Handler<Integer> publishCompletionExpirationHandler) Set the publish completion expiration handler.MqttClientSession.publishCompletionHandler(io.vertx.core.Handler<Integer> publishCompleteHandler) Set the publish complete handler.MqttClientSession.publishCompletionUnknownPacketIdHandler(io.vertx.core.Handler<Integer> publishCompletionUnknownPacketIdHandler) Set the publish completion unknown packet id handler.MqttClientSession.sessionStateHandler(io.vertx.core.Handler<SessionEvent> sessionStateHandler) Set the session state handler.MqttClientSession.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 MqttClientSessionMethods in io.smallrye.reactive.messaging.mqtt.session.impl that return MqttClientSessionModifier and TypeMethodDescriptionMqttClientSessionImpl.exceptionHandler(io.vertx.core.Handler<Throwable> exceptionHandler) MqttClientSessionImpl.messageHandler(io.vertx.core.Handler<io.vertx.mqtt.messages.MqttPublishMessage> messageHandler) MqttClientSessionImpl.publishCompletionExpirationHandler(io.vertx.core.Handler<Integer> publishCompletionExpirationHandler) MqttClientSessionImpl.publishCompletionHandler(io.vertx.core.Handler<Integer> publishCompleteHandler) MqttClientSessionImpl.publishCompletionUnknownPacketIdHandler(io.vertx.core.Handler<Integer> publishCompletionUnknownPacketIdHandler) MqttClientSessionImpl.sessionStateHandler(io.vertx.core.Handler<SessionEvent> sessionStateHandler) MqttClientSessionImpl.subscriptionStateHandler(io.vertx.core.Handler<SubscriptionEvent> subscriptionStateHandler)