Interface TransactionCompletionCallbacks.BeforeCompletionCallback
- All Superinterfaces:
TransactionCompletionCallbacks.CompletionCallback
- All Known Subinterfaces:
BeforeTransactionCompletionProcess
- Enclosing interface:
TransactionCompletionCallbacks
public static interface TransactionCompletionCallbacks.BeforeCompletionCallback
extends TransactionCompletionCallbacks.CompletionCallback
- Since:
- 7.2
-
Method Summary
Modifier and TypeMethodDescriptionvoidPerform whatever processing is encapsulated here before completion of the transaction.
-
Method Details