Package com.redis.riot.core
Interface StepConfiguration
public interface StepConfiguration
-
Method Summary
-
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)
-