public interface Stage<INPUT,OUTPUT>
限定符和类型 | 方法和说明 |
---|---|
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 © 2019. All Rights Reserved.