transferum
    Preparing search index...

    Class AsyncInputPipelineBuilder<TCurrent, TStartTransfer>

    Use CompositeTransferBuilder instead. Will be removed in the next major release.

    Builder for constructing input pipelines with async transfer support.

    Differences from InputPipelineBuilder:

    • linkTransfers is called with LinkConfig (onError for async-push rejection)
    • finish() accepts asyncTriggerable in addition to triggerable
    • asyncTriggerable is passed to UniversalCompositeTransfer

    Type Parameters

    • TCurrent

      — data type of the current chain link

    • TStartTransfer extends InputTransfer<unknown>

      — type of the initial transfer (must be InputTransfer)

    Implements

    Index