@numaproj/numaflow-js - v0.0.0-alpha.4
GitHub
Numaflow Docs
Preparing search index...
sessionReduce
MergeAccumulatorFnCallback
Type Alias MergeAccumulatorFnCallback
MergeAccumulatorFnCallback
:
(
accumulator
:
Buffer
)
=>
Promise
<
void
>
Callback type for merging an incoming accumulator state. Used when sessions are merged.
Type Declaration
(
accumulator
:
Buffer
)
:
Promise
<
void
>
Parameters
accumulator
:
Buffer
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
GitHub
Numaflow Docs
@numaproj/numaflow-js - v0.0.0-alpha.4
Loading...
Callback type for merging an incoming accumulator state. Used when sessions are merged.