Interface ServerTransaction.Action

  • Enclosing interface:
    ServerTransaction

    public static interface ServerTransaction.Action
    Represents an action to be performed on transaction commit or rollback
    • Method Detail

      • postCommit

        void postCommit()
      • onRollback

        void onRollback()