Creating TransactionContext adapters
Implementing your custom ITransactionAdapter
In order to create an adapter you need to implement the ITransactionAdapter contract.
Implementing your custom ITransactionContext class
In some cases, you may need to implement a custom TransactionContext class to optimize performance for your specific technology stack. You can then directly implement the ITransactionContext contract.
Further information
For further information refer to eridu-tech/transaction-context API docs.