@Configuration @EnableConfigurationProperties(value=SqlStoredComponentConfiguration.class) public class SqlStoredComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SqlStoredComponentAutoConfiguration.Condition |
Constructor and Description |
---|
SqlStoredComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.sql.stored.SqlStoredComponent |
configureSqlStoredComponent(org.apache.camel.CamelContext camelContext,
SqlStoredComponentConfiguration configuration) |
@Lazy @Bean(name="sql-stored-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.sql.stored.SqlStoredComponent.class) public org.apache.camel.component.sql.stored.SqlStoredComponent configureSqlStoredComponent(org.apache.camel.CamelContext camelContext, SqlStoredComponentConfiguration configuration) throws Exception
Exception
Apache Camel