@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.spring-batch") public class SpringBatchComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Constructor and Description |
---|
SpringBatchComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAutowiredEnabled() |
org.springframework.batch.core.launch.JobLauncher |
getJobLauncher() |
org.springframework.batch.core.configuration.JobRegistry |
getJobRegistry() |
Boolean |
getLazyStartProducer() |
void |
setAutowiredEnabled(Boolean autowiredEnabled) |
void |
setJobLauncher(org.springframework.batch.core.launch.JobLauncher jobLauncher) |
void |
setJobRegistry(org.springframework.batch.core.configuration.JobRegistry jobRegistry) |
void |
setLazyStartProducer(Boolean lazyStartProducer) |
public org.springframework.batch.core.launch.JobLauncher getJobLauncher()
public void setJobLauncher(org.springframework.batch.core.launch.JobLauncher jobLauncher)
public org.springframework.batch.core.configuration.JobRegistry getJobRegistry()
public void setJobRegistry(org.springframework.batch.core.configuration.JobRegistry jobRegistry)
public Boolean getLazyStartProducer()
public void setLazyStartProducer(Boolean lazyStartProducer)
public Boolean getAutowiredEnabled()
public void setAutowiredEnabled(Boolean autowiredEnabled)
Apache Camel