transferum
    Preparing search index...

    Type Alias AsyncReadTransferConfig<T>

    AsyncReadTransferConfig: ErrorHandlingConfig<AsyncReadTransfer<T>> & {
        flow: AsyncOutputFlowInterface<T> | OutputFlowInterface<T>;
    }

    Configuration for AsyncReadTransfer — async or sync source flow with read() and optional error handler.

    Type Parameters

    • T