Class BatchIntegrationConfiguration<I,O> 
java.lang.Object
org.springframework.batch.integration.config.annotation.BatchIntegrationConfiguration<I,O> 
- All Implemented Interfaces:
 org.springframework.beans.factory.InitializingBean
@Configuration(proxyBeanMethods=false)
public class BatchIntegrationConfiguration<I,O> 
extends Object
implements org.springframework.beans.factory.InitializingBean
Base configuration class for Spring Batch Integration factory beans.
- Since:
 - 4.1
 - Author:
 - Mahmoud Ben Hassine
 
- 
Constructor Summary
ConstructorsConstructorDescriptionBatchIntegrationConfiguration(JobRepository jobRepository, JobExplorer jobExplorer, org.springframework.transaction.PlatformTransactionManager transactionManager)  - 
Method Summary
Modifier and TypeMethodDescriptionvoid 
- 
Constructor Details
- 
BatchIntegrationConfiguration
@Autowired public BatchIntegrationConfiguration(JobRepository jobRepository, JobExplorer jobExplorer, org.springframework.transaction.PlatformTransactionManager transactionManager)  
 - 
 - 
Method Details
- 
remoteChunkingManagerStepBuilderFactory
 - 
remoteChunkingWorkerBuilder
 - 
remotePartitioningManagerStepBuilderFactory
@Bean public RemotePartitioningManagerStepBuilderFactory remotePartitioningManagerStepBuilderFactory() - 
remotePartitioningWorkerStepBuilderFactory
@Bean public RemotePartitioningWorkerStepBuilderFactory remotePartitioningWorkerStepBuilderFactory() - 
afterPropertiesSet
- Specified by:
 afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
 Exception
 
 -