transferum
    Preparing search index...

    Type Alias AsyncConvertTransferConfig<TInput, TOutput>

    AsyncConvertTransferConfig: ErrorHandlingConfig<
        AsyncConvertTransfer<TInput, TOutput>,
    > & BackpressureConfig<TInput> & {
        operator: AsyncOperatorInterface<TInput, TOutput | undefined>;
    }

    Configuration for AsyncConvertTransfer — async operator for data transformation, optional error handler and backpressure.

    Type Parameters

    • TInput
    • TOutput