Interface Transaction.Closure<T extends Throwable>
- Type Parameters:
T- The type of exceptions that operation will throw.
- Enclosing class:
- Transaction
public static interface Transaction.Closure<T extends Throwable>
This closure interface is intended for the end user implement callbacks for the Transaction.exectue() method.
-
Method Summary