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

    Type Alias SinkCallback

    SinkCallback: (
        iterator: AsyncIterableIterator<sink.Datum>,
    ) => Promise<sink.Response[]>

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

    Type Declaration