Class FileLockClusterServiceAutoConfiguration

java.lang.Object
org.apache.camel.component.file.springboot.cluster.FileLockClusterServiceAutoConfiguration

@Configuration @AutoConfigureBefore({org.apache.camel.spring.boot.cluster.ClusteredRouteControllerAutoConfiguration.class,org.apache.camel.spring.boot.CamelAutoConfiguration.class}) @ConditionalOnProperty(prefix="camel.cluster.file", name="enabled") @EnableConfigurationProperties(FileLockClusterServiceConfiguration.class) public class FileLockClusterServiceAutoConfiguration extends Object
  • Constructor Details

    • FileLockClusterServiceAutoConfiguration

      public FileLockClusterServiceAutoConfiguration()
  • Method Details

    • fileClusterService

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