Class MQTTRoutingContext


  • public class MQTTRoutingContext
    extends org.apache.activemq.artemis.core.server.routing.RoutingContext
    • 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.routing.RoutingContext

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

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

      • MQTTRoutingContext

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