Class JGroupsLockClusterServiceAutoConfiguration
java.lang.Object
org.apache.camel.component.jgroups.springboot.cluster.springboot.JGroupsLockClusterServiceAutoConfiguration
@Configuration
@AutoConfigureBefore({org.apache.camel.spring.boot.cluster.ClusteredRouteControllerAutoConfiguration.class,org.apache.camel.spring.boot.CamelAutoConfiguration.class})
@ConditionalOnProperty(prefix="camel.cluster.jgroups",
name="enabled")
@EnableConfigurationProperties(JGroupsLockClusterServiceConfiguration.class)
public class JGroupsLockClusterServiceAutoConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.cluster.CamelClusterService
-
Constructor Details
-
JGroupsLockClusterServiceAutoConfiguration
public JGroupsLockClusterServiceAutoConfiguration()
-
-
Method Details