Pipeline Context
abstract class PipelineContext<TSubject : Any, TContext : Any>(val context: TContext) : CoroutineScope(source)
Represents running execution of a pipeline
Parameters
context
: object representing context in which pipeline executes