Class MQTTRedirectContext


  • public class MQTTRedirectContext
    extends org.apache.activemq.artemis.core.server.balancing.RedirectContext
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      MQTTSession getMQTTSession()  
      • Methods inherited from class org.apache.activemq.artemis.core.server.balancing.RedirectContext

        getClientID, getConnection, getResult, getTarget, getUsername, setResult
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MQTTRedirectContext

        public MQTTRedirectContext​(MQTTConnection mqttConnection,
                                   MQTTSession mqttSession,
                                   io.netty.handler.codec.mqtt.MqttConnectMessage connect)
    • Method Detail