Uses of Class
org.apache.activemq.artemis.core.protocol.mqtt.MQTTSessionState.WillStatus
-
Packages that use MQTTSessionState.WillStatus Package Description org.apache.activemq.artemis.core.protocol.mqtt -
-
Uses of MQTTSessionState.WillStatus in org.apache.activemq.artemis.core.protocol.mqtt
Methods in org.apache.activemq.artemis.core.protocol.mqtt that return MQTTSessionState.WillStatus Modifier and Type Method Description static MQTTSessionState.WillStatusMQTTSessionState.WillStatus. getStatus(byte status)MQTTSessionState.WillStatusMQTTSessionState. getWillStatus()static MQTTSessionState.WillStatusMQTTSessionState.WillStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static MQTTSessionState.WillStatus[]MQTTSessionState.WillStatus. 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 MQTTSessionState.WillStatus Modifier and Type Method Description voidMQTTSessionState. setWillStatus(MQTTSessionState.WillStatus willStatus)
-