Class 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 Detail

      • FileLockClusterServiceAutoConfiguration

        public FileLockClusterServiceAutoConfiguration()
    • Method Detail

      • fileClusterService

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