| Constructor and Description |
|---|
AbstractStage() |
| Modifier and Type | Method and Description |
|---|---|
abstract OUTPUT |
doProcess(INPUT input) |
void |
init(PipelineContext context) |
void |
process(INPUT input) |
void |
setNextStage(Stage<?,?> stage) |
void |
shutdown() |
public void setNextStage(Stage<?,?> stage)
setNextStage in interface Stage<INPUT,OUTPUT>public void init(PipelineContext context)
public abstract OUTPUT doProcess(INPUT input) throws StageException
StageExceptionCopyright © 2024. All Rights Reserved.