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 Details

    • JGroupsLockClusterServiceAutoConfiguration

      public JGroupsLockClusterServiceAutoConfiguration()
  • Method Details

    • zookeeperClusterService

      @Bean(name="jgroups-lock-cluster-service") @Scope("singleton") public org.apache.camel.cluster.CamelClusterService zookeeperClusterService() throws Exception
      Throws:
      Exception