Interface TransactionManager

  • All Superinterfaces:
    Endpoint<TransactionManager>
    All Known Implementing Classes:
    ProtonTransactionManager

    public interface TransactionManager
    extends Endpoint<TransactionManager>
    Transaction Manager endpoint that implements the mechanics of handling the declaration of and the requested discharge of AMQP transactions. Typically an AMQP server instance will host the transaction management services that are used by client resources to declare and discharge transaction and handle the associated of deliveries that are enlisted in active transactions.