Interface TransactionContext.OuterCloseCallback
- All Known Implementing Classes:
SingleFluidStorage
,SingleStackStorage
,SingleVariantStorage
,SnapshotParticipant
- Enclosing interface:
- TransactionContext
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A callback that is invoked after the outer transaction is closed.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Perform an action after the top-level transaction is closed.
-
Method Details
-
afterOuterClose
Perform an action after the top-level transaction is closed.- Parameters:
result
- The result of the top-level transaction.
-