Java org.springframework.batch.core.step.factory SimpleStepFactoryBean fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.batch.core.step.factory SimpleStepFactoryBean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.batch.core.step.factory SimpleStepFactoryBean.

The text is from its open source code.

Constructor

SimpleStepFactoryBean()
Default constructor for SimpleStepFactoryBean .

Method

StepgetObject()
Create a Step from the configuration provided.
voidsetBeanName(String name)
Set the bean name property, which will become the name of the Step when it is created.
voidsetCommitInterval(int commitInterval)
Set the commit interval.
voidsetItemReader(ItemReader itemReader)
voidsetItemWriter(ItemWriter itemWriter)
voidsetJobRepository(JobRepository jobRepository)
Public setter for JobRepository .
voidsetListeners(StepListener[] listeners)
The listeners to inject into the Step .
voidsetTaskExecutor(TaskExecutor taskExecutor)
Public setter for the TaskExecutor .
voidsetThrottleLimit(int throttleLimit)
Public setter for the throttle limit.
voidsetTransactionManager(PlatformTransactionManager transactionManager)
Public setter for the PlatformTransactionManager .