@ConfigurationProperties(prefix="camel.component.spring-batch") public class SpringBatchComponentConfiguration extends Object
Constructor and Description |
---|
SpringBatchComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.batch.core.launch.JobLauncher |
getJobLauncher() |
org.springframework.batch.core.configuration.JobRegistry |
getJobRegistry() |
void |
setJobLauncher(org.springframework.batch.core.launch.JobLauncher jobLauncher) |
void |
setJobRegistry(org.springframework.batch.core.configuration.JobRegistry jobRegistry) |
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)
Apache Camel