@Configuration(proxyBeanMethods=false)
@AutoConfigureBefore(value={org.apache.camel.spring.boot.cluster.ClusteredRouteControllerAutoConfiguration.class,org.apache.camel.spring.boot.CamelAutoConfiguration.class})
@ConditionalOnProperty(prefix="camel.cluster.jgroups-raft",
name="enabled")
@EnableConfigurationProperties(value=JGroupsRaftClusterServiceConfiguration.class)
public class JGroupsRaftClusterServiceAutoConfiguration
extends Object
| Constructor and Description |
|---|
JGroupsRaftClusterServiceAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.cluster.CamelClusterService |
jgroupsRaftClusterService() |
Apache Camel