Class AMQPRoutingContext

java.lang.Object
org.apache.activemq.artemis.core.server.routing.RoutingContext
org.apache.activemq.artemis.protocol.amqp.proton.AMQPRoutingContext

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

    Constructors
    Constructor
    Description
    AMQPRoutingContext(AMQPConnectionContext connectionContext, org.apache.qpid.proton.engine.Connection protonConnection)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.qpid.proton.engine.Connection
     

    Methods inherited from class org.apache.activemq.artemis.core.server.routing.RoutingContext

    getClientID, getConnection, getResult, getRouter, getTarget, getTransportConnection, getUsername, setResult

    Methods inherited from class Object

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

    • AMQPRoutingContext

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

    • getProtonConnection

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