@Configuration @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