Package org.guvnor.ala.pipeline
Interface ConfigBasedPipeline
-
- All Superinterfaces:
Pipeline
- All Known Implementing Classes:
ConfigBasedPipelineImpl
public interface ConfigBasedPipeline extends Pipeline
A pipeline based on a PipelineConfig.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PipelineConfiggetConfig()Get the PipelineConfig that defines this pipeline.
-
-
-
Method Detail
-
getConfig
PipelineConfig getConfig()
Get the PipelineConfig that defines this pipeline.
-
-