@ptkl/sdk - v1.3.4
Preparing search index...
v0.9/types/component
StreamCallback
Type Alias StreamCallback
StreamCallback
:
(
document
:
Model
)
=>
void
|
Promise
<
void
>
Callback function for processing each document in a stream
Type Declaration
(
document
:
Model
)
:
void
|
Promise
<
void
>
Parameters
document
:
Model
A single model document from the stream
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@ptkl/sdk - v1.3.4
Loading...
Callback function for processing each document in a stream