Uses of Class
org.apache.activemq.artemis.core.protocol.mqtt.MQTTVersion
-
Packages that use MQTTVersion Package Description org.apache.activemq.artemis.core.protocol.mqtt -
-
Uses of MQTTVersion in org.apache.activemq.artemis.core.protocol.mqtt
Methods in org.apache.activemq.artemis.core.protocol.mqtt that return MQTTVersion Modifier and Type Method Description MQTTVersionMQTTSession. getVersion()static MQTTVersionMQTTVersion. getVersion(int version)static MQTTVersionMQTTVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static MQTTVersion[]MQTTVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.activemq.artemis.core.protocol.mqtt with parameters of type MQTTVersion Modifier and Type Method Description static voidMQTTUtil. logMessage(MQTTSessionState state, io.netty.handler.codec.mqtt.MqttMessage message, boolean inbound, MQTTVersion version)voidMQTTSession. setVersion(MQTTVersion version)
-