Package org.guvnor.ala.pipeline
Interface SystemPipelineDescriptor
-
public interface SystemPipelineDescriptorContract for components that produces pipelines that will be automatically registered when the system starts.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PipelinegetPipeline()Optional<ProviderType>getProviderType()Indicates if the pipeline to be registered must be associated to a given provider type.
-
-
-
Method Detail
-
getPipeline
Pipeline getPipeline()
- Returns:
- the pipeline to be registered.
-
getProviderType
Optional<ProviderType> getProviderType()
Indicates if the pipeline to be registered must be associated to a given provider type.- Returns:
- an optional provider type. If present, the pipeline must be associated to the given provider type.
-
-