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.

@FunctionalInterface public interface StepProcessorFunction
Function defining step processor logic for a custom step.
Since:
2.0.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Executes the step processor function as defined in the method.
  • Method Details

    • execute

      long execute(StepProcessorContext context, OutputColumnManager columnManager)
      Executes the step processor function as defined in the method.
      Parameters:
      context - Context provided for step processor function to be applied
      columnManager - Manager for output columns
      Returns:
      Row index