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
Methods in com.broadleafcommerce.scheduledjob.service that return ClusterProperties Modifier and Type Method Description protected ClusterPropertiesDefaultSchedulerService. getClusterProperties()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 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 ClusterProperties Modifier and Type Method Description JobClusterServiceClusterServiceAutoConfiguration. jobClusterService(org.apache.camel.cluster.CamelClusterService camelClusterService, ClusterProperties clusterProperties)SchedulerServiceScheduledJobServiceAutoConfiguration. 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)
-