Class JGroupsRaftClusterServiceAutoConfiguration

java.lang.Object
org.apache.camel.component.jgroups.raft.springboot.cluster.springboot.JGroupsRaftClusterServiceAutoConfiguration

@Configuration(proxyBeanMethods=false) @AutoConfigureBefore({org.apache.camel.spring.boot.cluster.ClusteredRouteControllerAutoConfiguration.class,org.apache.camel.spring.boot.CamelAutoConfiguration.class}) @ConditionalOnProperty(prefix="camel.cluster.jgroups-raft", name="enabled") @EnableConfigurationProperties(JGroupsRaftClusterServiceConfiguration.class) public class JGroupsRaftClusterServiceAutoConfiguration extends Object
  • Constructor Details

    • JGroupsRaftClusterServiceAutoConfiguration

      public JGroupsRaftClusterServiceAutoConfiguration()
  • Method Details

    • jgroupsRaftClusterService

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