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 -
Method Summary
Modifier and TypeMethodDescriptionjobClusterService
(org.apache.camel.cluster.CamelClusterService camelClusterService, ClusterProperties clusterProperties)
-
Constructor Details
-
ClusterServiceAutoConfiguration
public ClusterServiceAutoConfiguration()
-
-
Method Details
-
jobClusterService
@Bean @ConditionalOnMissingBean public JobClusterService jobClusterService(org.apache.camel.cluster.CamelClusterService camelClusterService, ClusterProperties clusterProperties) throws Exception - Throws:
Exception
-