@Configuration @EnableConfigurationProperties(value=ZooKeeperComponentConfiguration.class) public class ZooKeeperComponentAutoConfiguration extends Object
| Constructor and Description |
|---|
ZooKeeperComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.zookeeper.ZooKeeperComponent |
configureZooKeeperComponent(org.apache.camel.CamelContext camelContext,
ZooKeeperComponentConfiguration configuration) |
@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
ExceptionApache Camel