Interface FDBRecordContext.AfterCommit

  • Enclosing class:
    FDBRecordContext

    public static interface FDBRecordContext.AfterCommit
    A hook to run after commit has completed successfully. Multiple after-commit hooks may be installed, however all are executed sequentially in the order in which they were installed, in a single future. If you need to perform long-running or potentially concurrent activities post-commit, use FDBRecordContext.PostCommit instead.
    • Method Detail

      • run

        void run()