Class CampaignScheduler
- java.lang.Object
-
- com.chutneytesting.execution.domain.schedule.CampaignScheduler
-
@Component public class CampaignScheduler extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringSCHEDULER_EXECUTE_USER
-
Constructor Summary
Constructors Constructor Description CampaignScheduler(CampaignExecutionEngine campaignExecutionEngine, Clock clock, PeriodicScheduledCampaignRepository periodicScheduledCampaignRepository, ExecutorService executor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteScheduledCampaigns()
-
-
-
Field Detail
-
SCHEDULER_EXECUTE_USER
public static final String SCHEDULER_EXECUTE_USER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CampaignScheduler
public CampaignScheduler(CampaignExecutionEngine campaignExecutionEngine, Clock clock, PeriodicScheduledCampaignRepository periodicScheduledCampaignRepository, @Qualifier("scheduledCampaignsExecutor") ExecutorService executor)
-
-