Package com.alipay.sofa.ark.spi.pipeline
Interface PipelineStage
- All Known Subinterfaces:
Pipeline
public interface PipelineStage
Pipeline stage interface
- Since:
- 0.1.0
- Author:
- ruoshan
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(PipelineContext pipelineContext) Process current pipeline stage
-
Method Details
-
process
Process current pipeline stage- Parameters:
pipelineContext- pipeline context- Throws:
ArkRuntimeException
-