How to simulate 'No. of occurrences' or 'Repeat Count' with CronTriggers in Java?

前端 未结 2 1971
孤街浪徒
孤街浪徒 2021-01-06 07:50

I am using the Quartz Scheduler (version 1.8.3 due to project constraints) and I as assigned the task of creating an \"MS Outlook-like\" scheduler for Jobs specific to my pr

2条回答
  •  耶瑟儿~
    2021-01-06 08:10

    Wy dont't you instead use the Simple Trigger? You would have the additional taks of calculating the time interval at the time of scheduling the job, but that will be a one time activity.

提交回复
热议问题