Uses of Class
org.apache.activemq.artemis.core.protocol.mqtt.MQTTStateManager
-
Packages that use MQTTStateManager Package Description org.apache.activemq.artemis.core.protocol.mqtt -
-
Uses of MQTTStateManager in org.apache.activemq.artemis.core.protocol.mqtt
Methods in org.apache.activemq.artemis.core.protocol.mqtt that return MQTTStateManager Modifier and Type Method Description static MQTTStateManagerMQTTStateManager. getInstance(org.apache.activemq.artemis.core.server.ActiveMQServer server)MQTTStateManagerMQTTProtocolManager. getStateManager()Constructors in org.apache.activemq.artemis.core.protocol.mqtt with parameters of type MQTTStateManager Constructor Description MQTTSessionState(String clientId, MQTTStateManager stateManager)MQTTSessionState(org.apache.activemq.artemis.core.message.impl.CoreMessage message, MQTTStateManager stateManager)This constructor deserializes session data from a message.MQTTSubscriptionManager(MQTTSession session, MQTTStateManager stateManager)
-