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 Constructor Description FileLockClusterServiceAutoConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.camel.cluster.CamelClusterService
fileClusterService()
-