@Generated(value="org.apache.camel.maven.packaging.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 |
---|---|
org.springframework.batch.core.launch.JobLauncher |
getJobLauncher() |
org.springframework.batch.core.configuration.JobRegistry |
getJobRegistry() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setJobLauncher(org.springframework.batch.core.launch.JobLauncher jobLauncher) |
void |
setJobRegistry(org.springframework.batch.core.configuration.JobRegistry jobRegistry) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
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 getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel