Uses of Class
com.swiftmq.impl.mqtt.SwiftletContext
Packages that use SwiftletContext
Package
Description
-
Uses of SwiftletContext in com.swiftmq.impl.mqtt.connection
Constructors in com.swiftmq.impl.mqtt.connection with parameters of type SwiftletContextModifierConstructorDescriptionMQTTConnection
(SwiftletContext ctx, Connection connection, Entity usage, Entity connectionTemplate) OutboundQueue
(SwiftletContext ctx, MQTTConnection connection) -
Uses of SwiftletContext in com.swiftmq.impl.mqtt.pubsub
Constructors in com.swiftmq.impl.mqtt.pubsub with parameters of type SwiftletContextModifierConstructorDescriptionConsumer
(SwiftletContext ctx, MQTTSession session, String topicName, int subscriptionId) DurableConsumer
(SwiftletContext ctx, MQTTSession session, String topicName, int subscriptionId) Producer
(SwiftletContext ctx, MQTTSession session, String topicName) Subscription
(SwiftletContext ctx, MQTTSession session, SubscriptionStoreEntry subscriptionStoreEntry) Subscription
(SwiftletContext ctx, MQTTSession session, String topicName, String topicNameTranslated, MqttQoS qos) -
Uses of SwiftletContext in com.swiftmq.impl.mqtt.retain
Constructors in com.swiftmq.impl.mqtt.retain with parameters of type SwiftletContext -
Uses of SwiftletContext in com.swiftmq.impl.mqtt.session
Constructors in com.swiftmq.impl.mqtt.session with parameters of type SwiftletContextModifierConstructorDescriptionMQTTSession
(SwiftletContext ctx, String clientId, boolean persistent) MQTTSession
(SwiftletContext ctx, String clientId, SessionStoreEntry sessionStoreEntry)