@Configuration @EnableConfigurationProperties(value=HBaseComponentConfiguration.class) public class HBaseComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HBaseComponentAutoConfiguration.Condition |
Constructor and Description |
---|
HBaseComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.hbase.HBaseComponent |
configureHBaseComponent(org.apache.camel.CamelContext camelContext,
HBaseComponentConfiguration configuration) |
@Lazy @Bean(name="hbase-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.hbase.HBaseComponent.class) public org.apache.camel.component.hbase.HBaseComponent configureHBaseComponent(org.apache.camel.CamelContext camelContext, HBaseComponentConfiguration configuration) throws Exception
Exception
Apache Camel