SharedPipelineData

data class SharedPipelineData(val pipeline: Pipeline, val context: MutableContext)

Shared data that is passed between pipeline stages during execution.

This data is passed to each stage's PipelineStage.process method, allowing stages to access and modify shared state as needed.

Parameters

pipeline

the pipeline instance executing the stages

context

the mutable context containing state and configuration

Constructors

Link copied to clipboard
constructor(pipeline: Pipeline, context: MutableContext)

Properties

Link copied to clipboard
Link copied to clipboard