MobiliserTxnAwareTransactionCallback< T > interface

This extension of the standard TransactionCallback allows com.sybase365.mobiliser.money.businesslogic.transaction.demarcation.MobiliserTransactionOperations implementations to know what subtransaction will be affected by the callback and the actor performing it.

Syntax

public interface MobiliserTxnAwareTransactionCallback< T >

Derived classes

Usage

It allows configuring a hint of whether the current database transaction should be rolled back and then the transaction failed, or if the transaction should be committed with the error code set.