Interface TransactionController

All Superinterfaces:
Endpoint<TransactionController>
All Known Implementing Classes:
ProtonTransactionController

public interface TransactionController extends Endpoint<TransactionController>
Transaction Controller link that implements the mechanics of declaring and discharging AMQP transactions. A TransactionController is typically used at the client side of an AMQP Link to create Transaction instances which the client application will enlist its incoming and outgoing deliveries into.