Interface TransactionContextListener

    • Method Detail

      • afterCompletion

        void afterCompletion​(TransactionContext transactionContext,
                             boolean committed)
        Occurs after the transaction commits or rolls back.
        Parameters:
        transactionContext - the transaction context that completed
        committed - true if the transaction committed; false otherwise