Package org.apache.hop.pipeline.engine
Interface IPipelineComponentRowsReceived
-
public interface IPipelineComponentRowsReceived
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrowsReceived(IPipelineEngine<PipelineMeta> pipelineEngine, RowBuffer rowBuffer)When all rows are received for a specific task (sniff, preview, debug, ...) this method will get called.
-
-
-
Method Detail
-
rowsReceived
void rowsReceived(IPipelineEngine<PipelineMeta> pipelineEngine, RowBuffer rowBuffer) throws HopException
When all rows are received for a specific task (sniff, preview, debug, ...) this method will get called.- Parameters:
pipelineEngine-rowBuffer-- Throws:
HopException
-
-