Uses of Class
com.broadleafcommerce.scheduledjob.service.autoconfigure.ClusterProperties
-
Packages that use ClusterProperties Package Description com.broadleafcommerce.scheduledjob.service com.broadleafcommerce.scheduledjob.service.autoconfigure -
-
Uses of ClusterProperties in com.broadleafcommerce.scheduledjob.service
Constructors in com.broadleafcommerce.scheduledjob.service with parameters of type ClusterProperties Constructor Description DefaultSchedulerService(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 anStdScheduler
DefaultSchedulerService(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 ClusterProperties Modifier and Type Method Description JobClusterService
ClusterServiceAutoConfiguration. jobClusterService(org.apache.camel.cluster.CamelClusterService camelClusterService, ClusterProperties clusterProperties)
SchedulerService
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)
-