@Configuration @EnableConfigurationProperties(value=SqlComponentConfiguration.class) public class SqlComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SqlComponentAutoConfiguration.Condition |
Constructor and Description |
---|
SqlComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.sql.SqlComponent |
configureSqlComponent(org.apache.camel.CamelContext camelContext,
SqlComponentConfiguration configuration) |
@Lazy @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