gpt4 book ai didi

java - 使用 Quartz 安排在 CronTrigger 触发的作业完成后开始作业

转载 作者:行者123 更新时间:2023-11-30 05:05:25 26 4
gpt4 key购买 nike

我想知道是否可以使用 Java 中的 Quartz 安排在 CronTrigger 触发的作业成功完成后启 Action 业?

最佳答案

来自功能Documentation :

As Jobs are completed, they return a JobCompletionCode which informs the scheduler of success or failure. The JobCompletionCode can also instruct the scheduler of any actions it should take based on the success/fail code - such as immediate re-execution of the Job.

我认为JobChainingJobListener应该很有趣:

Keeps a collection of mappings of which Job to trigger after the completion of a given job.

当然,这是假设您使用quartz 中的 CronJob。

否则,您需要(在java中)编写某种套接字监听器,并将cron作业包装在脚本中,最后通过在套接字(或管道或Web服务调用)上写入内容来触发Java , 随你喜欢)。然后,您的 Java 代码将触发quartz 作业。

关于java - 使用 Quartz 安排在 CronTrigger 触发的作业完成后开始作业,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5270776/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com