Anchorage API reference
    Preparing search index...
    interface SignalProviderHostWiring {
        executionFence: ExecutionFenceWiring;
        providers: readonly SignalProviderAdapter[];
        store: SubscriptionStore;
        topology: ThreadTopology;
    }
    Index

    Properties

    executionFence: ExecutionFenceWiring

    The deployment execution fence, or 'none' for a host with no database behind it. A locked (or proof-only) deployment polls nothing: a poll adapter re-reports state it has not seen accepted, so a refused pass costs a redelivery rather than a lost notification.

    REQUIRED: build() is host code, and a host that returns wiring without a fence gets a poller that keeps delivering into a locked deployment. See ExecutionFenceWiring.

    providers: readonly SignalProviderAdapter[]
    topology: ThreadTopology