@Configuration @AutoConfigureBefore(value=org.apache.camel.spring.cloud.CamelSpringCloudServiceLoadBalancerAutoConfiguration.class) @Conditional(value=ZookeeperToServiceDefinitionAutoConfiguration.Condition.class) public class ZookeeperToServiceDefinitionAutoConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ZookeeperToServiceDefinitionAutoConfiguration.Condition |
| Constructor and Description |
|---|
ZookeeperToServiceDefinitionAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.core.convert.converter.Converter<org.springframework.cloud.zookeeper.discovery.ZookeeperServer,org.apache.camel.cloud.ServiceDefinition> |
zookeeperServerToServiceDefinition() |
public ZookeeperToServiceDefinitionAutoConfiguration()
@Bean(name="zookeeper-server-to-service-definition") public org.springframework.core.convert.converter.Converter<org.springframework.cloud.zookeeper.discovery.ZookeeperServer,org.apache.camel.cloud.ServiceDefinition> zookeeperServerToServiceDefinition()
Apache Camel