@numaproj/numaflow-js - v0.0.0-alpha.4
    Preparing search index...

    Type Alias BatchMapCallback

    BatchMapCallback: (
        iterator: AsyncIterableIterator<batchmap.Datum>,
    ) => Promise<batchmap.Response[]>

    Callback function type for batch map handlers. Receives an async iterator of datums and returns an array of responses.