Interface TransactionOperation

    • Method Detail

      • afterPrepare

        void afterPrepare​(Transaction tx)
        After prepare shouldn't throw any exception.

        Any verification has to be done on before prepare

      • afterCommit

        void afterCommit​(Transaction tx)
        After commit shouldn't throw any exception.

        Any verification has to be done on before commit

      • afterRollback

        void afterRollback​(Transaction tx)
        After rollback shouldn't throw any exception.

        Any verification has to be done on before rollback