public interface Stage<INPUT,OUTPUT>
| Modifier and Type | Method and Description |
|---|---|
void |
init(PipelineContext context) |
void |
process(INPUT input) |
void |
setNextStage(Stage<?,?> stage) |
void |
shutdown() |
void init(PipelineContext context)
void setNextStage(Stage<?,?> stage)
void process(INPUT input)
void shutdown()
Copyright © 2024. All Rights Reserved.