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