@Configuration
@AutoConfigureBefore(value={org.apache.camel.spring.boot.cluster.ClusteredRouteControllerAutoConfiguration.class,org.apache.camel.spring.boot.CamelAutoConfiguration.class})
@ConditionalOnProperty(prefix="camel.component.consul.cluster.service",
name="enabled")
@EnableConfigurationProperties(value=ConsulClusterServiceConfiguration.class)
public class ConsulClusterServiceAutoConfiguration
extends Object
| Constructor and Description |
|---|
ConsulClusterServiceAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.cluster.CamelClusterService |
consulClusterService() |
Apache Camel