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