Class SpringBatchComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.spring.batch.springboot.SpringBatchComponentConfiguration
@ConfigurationProperties(prefix="camel.component.spring-batch")
public class SpringBatchComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Send messages to Spring Batch for further processing.
 
 Generated by camel-package-maven-plugin - do not edit this file!
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommonorg.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.springframework.batch.core.launch.JobLauncherorg.springframework.batch.core.configuration.JobRegistryvoidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetJobLauncher(org.springframework.batch.core.launch.JobLauncher jobLauncher) voidsetJobRegistry(org.springframework.batch.core.configuration.JobRegistry jobRegistry) voidsetLazyStartProducer(Boolean lazyStartProducer) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommongetCustomizer, isEnabled, setEnabled
- 
Constructor Details- 
SpringBatchComponentConfigurationpublic SpringBatchComponentConfiguration()
 
- 
- 
Method Details- 
getJobLauncherpublic org.springframework.batch.core.launch.JobLauncher getJobLauncher()
- 
setJobLauncherpublic void setJobLauncher(org.springframework.batch.core.launch.JobLauncher jobLauncher) 
- 
getJobRegistrypublic org.springframework.batch.core.configuration.JobRegistry getJobRegistry()
- 
setJobRegistrypublic void setJobRegistry(org.springframework.batch.core.configuration.JobRegistry jobRegistry) 
- 
getLazyStartProducer
- 
setLazyStartProducer
- 
getAutowiredEnabled
- 
setAutowiredEnabled
 
-