Interface TransactionResourceCommit
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Work performed at the final resource commit boundary.
- Since:
- 5.2
-
Method Summary
Modifier and TypeMethodDescriptionvoidcommit()Performs the resource action that replaces the transaction manager's normal commit.
-
Method Details
-
commit
void commit()Performs the resource action that replaces the transaction manager's normal commit.
-