Class ClusterServiceAutoConfiguration
- java.lang.Object
-
- com.broadleafcommerce.scheduledjob.service.autoconfigure.ClusterServiceAutoConfiguration
-
@Configuration @ConditionalOnProperty(name="broadleaf.scheduledjob.cluster.active", matchIfMissing=true) public class ClusterServiceAutoConfiguration extends Object
- Author:
- Chad Harchar (charchar)
-
-
Constructor Summary
Constructors Constructor Description ClusterServiceAutoConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JobClusterService
jobClusterService(org.apache.camel.cluster.CamelClusterService camelClusterService, ClusterProperties clusterProperties)
-
-
-
Method Detail
-
jobClusterService
@Bean @ConditionalOnMissingBean public JobClusterService jobClusterService(org.apache.camel.cluster.CamelClusterService camelClusterService, ClusterProperties clusterProperties) throws Exception
- Throws:
Exception
-
-