Anchorage API reference
    Preparing search index...

    The per-instance wiring a subclass supplies, memoized by the base.

    interface SignalProviderHostWiring {
        providers: readonly SignalProviderAdapter[];
        store: TenantBoundSubscriptionStore;
        topology: ThreadTopology;
    }
    Index

    Properties

    providers: readonly SignalProviderAdapter[]

    Every provider this tenant hosts.

    Subscription store BOUND to this host's tenant (the rehydration source).

    topology: ThreadTopology

    The sanctioned reach into a thread DO (delivery).