transferum
    Preparing search index...

    Class DefaultLinkStrategy

    Default implementation of LinkStrategyInterface.

    Extends BaseLinkingStrategy and implements link with standard capability-based dispatch: inspects flags on both transfers and selects the matching sync or async linking strategy.

    const linkStrategy = new DefaultLinkStrategy();
    const subscriber = linkStrategy.link(source, target);

    Hierarchy

    • BaseLinkingStrategy
      • DefaultLinkStrategy
    Index
    • Throws an error for an unsupported asyncPullable → sync-pollingProxy link.

      Returns never

    • Throws an error for an unsupported pullable/asyncPullable → pushable/asyncPushable link.

      Returns never