@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @Configuration @ConditionalOnBean(type="org.apache.camel.spring.boot.CamelAutoConfiguration") @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
ExceptionApache Camel