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