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 MqttClientSession
Clients.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 MqttClientSession
MqttClientSession. create(io.vertx.core.Vertx vertx, MqttClientSessionOptions options)
Create a new MQTT client session.MqttClientSession
MqttClientSession. exceptionHandler(io.vertx.core.Handler<Throwable> exceptionHandler)
Sets handler which will be called in case of an exceptionMqttClientSession
MqttClientSession. messageHandler(io.vertx.core.Handler<io.vertx.mqtt.messages.MqttPublishMessage> messageHandler)
Sets handler which will be called each time server publish something to clientMqttClientSession
MqttClientSession. publishCompletionExpirationHandler(io.vertx.core.Handler<Integer> publishCompletionExpirationHandler)
Set the publish completion expiration handler.MqttClientSession
MqttClientSession. publishCompletionHandler(io.vertx.core.Handler<Integer> publishCompleteHandler)
Set the publish complete handler.MqttClientSession
MqttClientSession. publishCompletionUnknownPacketIdHandler(io.vertx.core.Handler<Integer> publishCompletionUnknownPacketIdHandler)
Set the publish completion unknown packet id handler.MqttClientSession
MqttClientSession. sessionStateHandler(io.vertx.core.Handler<SessionEvent> sessionStateHandler)
Set the session state handler.MqttClientSession
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 MqttClientSession Modifier and Type Class Description class
MqttClientSessionImpl
Methods in io.smallrye.reactive.messaging.mqtt.session.impl that return MqttClientSession Modifier and Type Method Description MqttClientSession
MqttClientSessionImpl. exceptionHandler(io.vertx.core.Handler<Throwable> exceptionHandler)
MqttClientSession
MqttClientSessionImpl. messageHandler(io.vertx.core.Handler<io.vertx.mqtt.messages.MqttPublishMessage> messageHandler)
MqttClientSession
MqttClientSessionImpl. publishCompletionExpirationHandler(io.vertx.core.Handler<Integer> publishCompletionExpirationHandler)
MqttClientSession
MqttClientSessionImpl. publishCompletionHandler(io.vertx.core.Handler<Integer> publishCompleteHandler)
MqttClientSession
MqttClientSessionImpl. publishCompletionUnknownPacketIdHandler(io.vertx.core.Handler<Integer> publishCompletionUnknownPacketIdHandler)
MqttClientSession
MqttClientSessionImpl. sessionStateHandler(io.vertx.core.Handler<SessionEvent> sessionStateHandler)
MqttClientSession
MqttClientSessionImpl. subscriptionStateHandler(io.vertx.core.Handler<SubscriptionEvent> subscriptionStateHandler)
-