Interface Transaction.CallableClosure<R,T extends Throwable>

Type Parameters:
R - The type of result that the closure produces.
T - The type of exceptions that operation will throw.
Enclosing class:
Transaction

public static interface Transaction.CallableClosure<R,T extends Throwable>
This closure interface is intended for the end user implement callbacks for the Transaction.exectue() method.
  • Method Summary

    Modifier and Type
    Method
    Description