@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.scheduler") public class SchedulerComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Constructor and Description |
---|
SchedulerComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
Integer |
getConcurrentTasks() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setConcurrentTasks(Integer concurrentTasks) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public Integer getConcurrentTasks()
public void setConcurrentTasks(Integer concurrentTasks)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel