@Configuration @ConditionalOnBean(value=org.apache.camel.spring.boot.CamelAutoConfiguration.class) @Conditional(value=RibbonCloudAutoConfiguration.Condition.class) @EnableConfigurationProperties(value=org.apache.camel.model.cloud.springboot.RibbonServiceCallServiceLoadBalancerConfigurationProperties.class) public class RibbonCloudAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RibbonCloudAutoConfiguration.Condition |
Constructor and Description |
---|
RibbonCloudAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.cloud.ServiceLoadBalancer |
configureLoadBalancerFactory() |
void |
postConstruct() |
@Lazy @Bean(name="ribbon-load-balancer") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) public org.apache.camel.cloud.ServiceLoadBalancer configureLoadBalancerFactory() throws Exception
Exception
@PostConstruct public void postConstruct()
Apache Camel