@Configuration @EnableConfigurationProperties(value=SqlComponentConfiguration.class) public class SqlComponentAutoConfiguration extends Object
Constructor and Description |
---|
SqlComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.sql.SqlComponent |
configureSqlComponent(org.apache.camel.CamelContext camelContext,
SqlComponentConfiguration configuration) |
@Bean(name="sql-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.sql.SqlComponent.class) public org.apache.camel.component.sql.SqlComponent configureSqlComponent(org.apache.camel.CamelContext camelContext, SqlComponentConfiguration configuration) throws Exception
Exception
Apache Camel