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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.cluster.CamelClusterService
-
Constructor Details
-
FileLockClusterServiceAutoConfiguration
public FileLockClusterServiceAutoConfiguration()
-
-
Method Details