Interface StepConfiguration


public interface StepConfiguration
  • Method Summary

    Modifier and Type
    Method
    Description
    <I, O> void
    configure(org.springframework.batch.core.step.builder.SimpleStepBuilder<I,O> step, String name, org.springframework.batch.item.ItemReader<I> reader, org.springframework.batch.item.ItemWriter<O> writer)
     
  • Method Details

    • configure

      <I, O> void configure(org.springframework.batch.core.step.builder.SimpleStepBuilder<I,O> step, String name, org.springframework.batch.item.ItemReader<I> reader, org.springframework.batch.item.ItemWriter<O> writer)