Interface StepConfigurationBuilder


public interface StepConfigurationBuilder
Builder for step configuration of a custom step.

Defines the custom step nodes, step properties, output layout and settings.

One of the 3 main builders required for a custom step:

  1. StepConfigurationBuilder
  2. StepProcessorBuilder
  3. CustomTypeMetadataBuilder
Since:
2.0.0
See Also: