| Package | Description |
|---|---|
| org.guvnor.ala.pipeline | |
| org.guvnor.ala.pipeline.events |
| Modifier and Type | Method and Description |
|---|---|
static <INPUT extends Config,OUTPUT extends Config> |
StageUtil.config(String name,
Function<INPUT,OUTPUT> f) |
static <OUTPUT extends Config> |
StageUtil.config(String name,
Supplier<OUTPUT> s) |
static <T extends Config> |
StageUtil.identity() |
| Modifier and Type | Method and Description |
|---|---|
List<Stage> |
Pipeline.getStages() |
List<Stage> |
BasePipeline.getStages() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Config> |
PipelineBuilder.andThen(Stage<? super OUTPUT,T> nextStep) |
static <INPUT extends Config,OUTPUT extends Config> |
PipelineFactory.startFrom(Stage<INPUT,OUTPUT> stage) |
| Modifier and Type | Method and Description |
|---|---|
void |
BasePipeline.setStages(List<Stage> stages) |
| Constructor and Description |
|---|
BasePipeline(String name,
List<Stage> stages) |
BasePipeline(String name,
List<Stage> stages,
PipelineConfig config) |
| Modifier and Type | Method and Description |
|---|---|
Stage |
OnErrorStageExecutionEvent.getStage() |
Stage |
OnErrorPipelineExecutionEvent.getStage() |
Stage |
BeforeStageExecutionEvent.getStage() |
Stage |
AfterStageExecutionEvent.getStage() |
| Constructor and Description |
|---|
AfterStageExecutionEvent(Pipeline pipeline,
Stage stage) |
BeforeStageExecutionEvent(Pipeline pipeline,
Stage stage) |
OnErrorPipelineExecutionEvent(Pipeline pipeline,
Stage stage,
Throwable error) |
OnErrorStageExecutionEvent(Pipeline pipeline,
Stage stage,
Throwable error) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.