@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 |
---|---|
String |
getJobLauncher() |
String |
getJobRegistry() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setJobLauncher(String jobLauncher) |
void |
setJobRegistry(String jobRegistry) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public String getJobLauncher()
public void setJobLauncher(String jobLauncher)
public String getJobRegistry()
public void setJobRegistry(String jobRegistry)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel