| Interface | Description |
|---|---|
| ContextDsl |
DslMarker for pipeline execution context
|
| PipelineContext<TSubject,TContext> |
Represents running execution of a pipeline
|
| PipelineExecutor<R> |
Represent an object that launches pipeline execution
|
| Class | Description |
|---|---|
| Pipeline<TSubject,TContext> |
Represents an execution pipeline for asynchronous extensible computations
|
| PipelineContextKt | |
| PipelineKt | |
| PipelinePhase |
Represents a phase in a pipeline
|
| Exception | Description |
|---|---|
| InvalidPhaseException |
An exception about misconfigured phases in a pipeline
|