Skip to content

@epikodelabs/streamix


@epikodelabs/streamix / PipeStreamHookContext

Type Alias: PipeStreamHookContext

PipeStreamHookContext = object

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

Context object provided to the onPipeStream runtime hook.

Contains identifiers and the current operator chain so tooling can inspect or modify the stream pipeline before it is executed.

Properties

streamId

streamId: string

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


streamName?

optional streamName: string

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


subscriptionId

subscriptionId: string

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


parentValueId?

optional parentValueId: string

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


source

source: AsyncIterator<any>

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


operators

operators: Operator<any, any>[]

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

Released under the MIT License.