Anchorage API reference
    Preparing search index...
    interface ExternalMutationFence {
        mutationLeaseTtlMs: number;
        assertOwned(): Promise<void>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    mutationLeaseTtlMs: number

    Full lease lifetime after a successful assertion or renewal.

    Methods

    • Renew ownership and fail before the provider request is dispatched.

      Returns Promise<void>