Class ProtonTransactionHandler

  • All Implemented Interfaces:
    ProtonDeliveryHandler

    public class ProtonTransactionHandler
    extends java.lang.Object
    implements ProtonDeliveryHandler
    handles an amqp Coordinator to deal with transaction boundaries etc
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close​(boolean linkRemoteClose)  
      void close​(org.apache.qpid.proton.amqp.transport.ErrorCondition condition)  
      org.apache.activemq.artemis.core.transaction.Transaction getCurrentTransaction()  
      void onFlow​(int credits, boolean drain)  
      void onMessage​(org.apache.qpid.proton.engine.Delivery delivery)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait