Uses of Class
org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManager
-
-
Uses of MQTTProtocolManager in org.apache.activemq.artemis.core.protocol.mqtt
Methods in org.apache.activemq.artemis.core.protocol.mqtt that return MQTTProtocolManager Modifier and Type Method Description MQTTProtocolManagerMQTTProtocolManager. setDefaultMqttSessionExpiryInterval(int sessionExpiryInterval)Constructors in org.apache.activemq.artemis.core.protocol.mqtt with parameters of type MQTTProtocolManager Constructor Description MQTTProtocolHandler(org.apache.activemq.artemis.core.server.ActiveMQServer server, MQTTProtocolManager protocolManager)MQTTSession(MQTTProtocolHandler protocolHandler, MQTTConnection connection, MQTTProtocolManager protocolManager, org.apache.activemq.artemis.core.config.WildcardConfiguration wildcardConfiguration)
-