Uses of Class
com.broadleafcommerce.scheduledjob.service.autoconfigure.ClusterProperties
Packages that use ClusterProperties
Package
Description
- 
Uses of ClusterProperties in com.broadleafcommerce.scheduledjob.service
Methods in com.broadleafcommerce.scheduledjob.service that return ClusterPropertiesModifier and TypeMethodDescriptionprotected ClusterPropertiesDefaultSchedulerService.getClusterProperties()Constructors in com.broadleafcommerce.scheduledjob.service with parameters of type ClusterPropertiesModifierConstructorDescriptionDefaultSchedulerService(ScheduledJobService<? extends ScheduledJob> jobService, ScheduledJobRepository<com.broadleafcommerce.data.tracking.core.Trackable> jobRepository, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ClusterProperties clusterProperties) Initializes the scheduler service with anStdSchedulerDefaultSchedulerService(ScheduledJobService<? extends ScheduledJob> jobService, ScheduledJobRepository<com.broadleafcommerce.data.tracking.core.Trackable> jobRepository, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, com.broadleafcommerce.common.extension.TypeFactory typeFactory, org.quartz.Scheduler scheduler, ClusterProperties clusterProperties)  - 
Uses of ClusterProperties in com.broadleafcommerce.scheduledjob.service.autoconfigure
Methods in com.broadleafcommerce.scheduledjob.service.autoconfigure with parameters of type ClusterPropertiesModifier and TypeMethodDescriptionClusterServiceAutoConfiguration.jobClusterService(org.apache.camel.cluster.CamelClusterService camelClusterService, ClusterProperties clusterProperties) ScheduledJobServiceAutoConfiguration.schedulerService(ScheduledJobService<? extends ScheduledJob> scheduledJobService, ScheduledJobRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ClusterProperties clusterProperties)