| Interface | Description |
|---|---|
| PipelineInterceptor<S> |
| Class | Description |
|---|---|
| Pipeline<S> |
The pipeline is a structure containing a sequence of functions (blocks/lambdas) that are called
one after another, distributed in phases topologically ordered, with the ability to mutate the
sequence and to call the remaining functions in the pipeline and then return to current block.
|
| PipelineContext<S> | |
| PipelinePhase |
Phases are groups of interceptors that can be ordered topologically, defining relationships
between them.
|
| StandardPipelinePhases |
Pipeline phases used internally by the framework.
|