Skip to content

@epikodelabs/streamix


@epikodelabs/streamix / applyPipeStreamHooks

Function: applyPipeStreamHooks()

applyPipeStreamHooks(ctx): AsyncIterator<any>

Defined in: projects/libraries/streamix/src/lib/abstractions/hooks.ts:241

Apply any configured onPipeStream hooks and then materialize the operator chain into a final AsyncIterator.

Parameters

ctx

PipeStreamHookContext

Returns

AsyncIterator<any>

Released under the MIT License.