Interface FDBRecordContext.PostCommit

  • Enclosing class:
    FDBRecordContext

    public static interface FDBRecordContext.PostCommit
    A supplier of a future to be executed after the transaction has been successfully committed. When the transaction has been successfully committed, the futures returned by each installed PostCommit hook will be concurrently invoked.