@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.sql-stored") public class SqlStoredComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
SqlStoredComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutowiredEnabled() |
DataSource |
getDataSource() |
Boolean |
getLazyStartProducer() |
void |
setAutowiredEnabled(Boolean autowiredEnabled) |
void |
setDataSource(DataSource dataSource) |
void |
setLazyStartProducer(Boolean lazyStartProducer) |
public DataSource getDataSource()
public void setDataSource(DataSource dataSource)
public Boolean getLazyStartProducer()
public void setLazyStartProducer(Boolean lazyStartProducer)
public Boolean getAutowiredEnabled()
public void setAutowiredEnabled(Boolean autowiredEnabled)
Apache Camel