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.

@Internal @FunctionalInterface public interface TransactionResourceCommit
Work performed at the final resource commit boundary.
Since:
5.2
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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.