Package org.guvnor.ala.pipeline
-
Interface Summary Interface Description BiFunctionConfigExecutor<T,U,R> ConfigBasedPipeline A pipeline based on a PipelineConfig.ConfigBasedPipelineBuilder Helper class for building a ConfigBasedPipelineConfigExecutor ContextAware Represent a context aware entity.FunctionConfigExecutor<T,R> Pipeline Represents a generic Pipeline with a List of stages.PipelineConfig Represent the configuration for a Pipeline containing each stage detailed configuration.Stage<INPUT,OUTPUT> SystemPipelineDescriptor Contract for components that produces pipelines that will be automatically registered when the system starts. -
Class Summary Class Description Input PipelineConfigStage Defines a pipeline stage based on a config.PipelineFactory Base implementation for the pipeline builders and pipelines instantiation.StageUtil Base implementation for creating Stages