| Interface | Description |
|---|---|
| PipelineCode |
Constants for the pipelines.
|
| PipelineContext |
Context which is provided to a pipeline context to help execute.
|
| PipelineInterceptor<RESPONSE> |
A pipeline interceptor allows to perform some action before and after a consecutive series of pipeline steps.
|
| PipelineService<RESPONSE> |
Service which is allows "executing" a pipeline.
|
| PipelineStep<RESPONSE> |
Definition of one execution step in a pipeline.
|
| Class | Description |
|---|---|
| AbstractPipelineInterceptor<T> |
Interceptor that unconditionally skips one or more steps.
|
| PipelineHook |
Special pipeline step which is used fo weaving a base pipeline and extensions steps.
|
| PipelineInfo<RESPONSE> |
Configuration info for a pipeline service.
|
| SkipStepPipelineInterceptor<T> |
Interceptor that unconditionally skips the intercepted steps.
|
| Enum | Description |
|---|---|
| PipelineInterceptor.ExecutionMode |
Execution mode.
|
Copyright © 2015 Geosparc. All Rights Reserved.