- Type Parameters:
T
- the return type of this work.
public interface AsyncTransactionCallback<T>
Callback that executes operations against a given
AsyncTransactionContext
.-
Method Summary
Modifier and TypeMethodDescriptionexecute
(AsyncTransactionContext context) Executes all given operations against the same transaction context.
-
Method Details
-
execute
Executes all given operations against the same transaction context.- Parameters:
context
- the transaction context to use.- Returns:
- result object or
null
if none.
-