Class SpringBatchComponentConfiguration
- java.lang.Object
- 
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
- 
- org.apache.camel.component.spring.batch.springboot.SpringBatchComponentConfiguration
 
 
- 
 @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.spring-batch") public class SpringBatchComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommonSend messages to Spring Batch for further processing. Generated by camel-package-maven-plugin - do not edit this file!
- 
- 
Constructor SummaryConstructors Constructor Description SpringBatchComponentConfiguration()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAutowiredEnabled()org.springframework.batch.core.launch.JobLaunchergetJobLauncher()org.springframework.batch.core.configuration.JobRegistrygetJobRegistry()BooleangetLazyStartProducer()voidsetAutowiredEnabled(Boolean autowiredEnabled)voidsetJobLauncher(org.springframework.batch.core.launch.JobLauncher jobLauncher)voidsetJobRegistry(org.springframework.batch.core.configuration.JobRegistry jobRegistry)voidsetLazyStartProducer(Boolean lazyStartProducer)
 
- 
- 
- 
Method Detail- 
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) 
 - 
getLazyStartProducerpublic Boolean getLazyStartProducer() 
 - 
setLazyStartProducerpublic void setLazyStartProducer(Boolean lazyStartProducer) 
 - 
getAutowiredEnabledpublic Boolean getAutowiredEnabled() 
 - 
setAutowiredEnabledpublic void setAutowiredEnabled(Boolean autowiredEnabled) 
 
- 
 
-