@numaproj/numaflow-js - v0.0.0-alpha.4
GitHub
Numaflow Docs
Preparing search index...
mapstream
MapStreamCallback
Type Alias MapStreamCallback
MapStreamCallback
:
(
datum
:
mapstream
.
Datum
)
=>
AsyncIterable
<
mapstream
.
Message
>
Callback function type for map stream handlers. Returns an async iterable of output messages.
Type Declaration
(
datum
:
mapstream
.
Datum
)
:
AsyncIterable
<
mapstream
.
Message
>
Parameters
datum
:
mapstream
.
Datum
Returns
AsyncIterable
<
mapstream
.
Message
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
GitHub
Numaflow Docs
@numaproj/numaflow-js - v0.0.0-alpha.4
Loading...
Callback function type for map stream handlers. Returns an async iterable of output messages.