Maps protocols to channel factories

Hierarchy

  • ChannelResolvers

Properties

Properties

pull: Record<string, ((url, id) => PullChannel)>

Type declaration

push: Record<string, ((url, id, source, headers?) => PushChannel)>

Type declaration

    • (url, id, source, headers?): PushChannel
    • Parameters

      • url: URL
      • id: string
      • source: string
      • Optional headers: Record<string, unknown>

      Returns PushChannel

Generated using TypeDoc