Interface PipelinePhase<I,P>
- All Superinterfaces:
AutoCloseable
- Author:
- Pierre Lecerf ([email protected])
-
Method Summary
-
Method Details
-
run
PipelineStrategy run(I input, Output<P> output, Context<P> context, MetricTags tags) throws Exception - Throws:
Exception
-
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-