Class AMQPRoutingContext


  • public class AMQPRoutingContext
    extends org.apache.activemq.artemis.core.server.routing.RoutingContext
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.qpid.proton.engine.Connection getProtonConnection()  
      • 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

      • AMQPRoutingContext

        public AMQPRoutingContext​(AMQPConnectionContext connectionContext,
                                  org.apache.qpid.proton.engine.Connection protonConnection)
    • Method Detail

      • getProtonConnection

        public org.apache.qpid.proton.engine.Connection getProtonConnection()