Interface StepProcessorFunction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Function defining step processor logic for a custom step.
- Since:
- 2.0.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionlong
execute
(StepProcessorContext context, OutputColumnManager columnManager) Executes the step processor function as defined in the method.
-
Method Details
-
execute
Executes the step processor function as defined in the method.- Parameters:
context
- Context provided for step processor function to be appliedcolumnManager
- Manager for output columns- Returns:
- Row index
-