gpt4 book ai didi

java - quartz xml中耐久性的用途是什么

转载 作者:塔克拉玛干 更新时间:2023-11-02 19:21:34 26 4
gpt4 key购买 nike

这里有一个属性提到 durability=true。

<bean name="complexJobDetail"   class="org.springframework.scheduling.quartz.JobDetailFactoryBean">
<property name="jobClass" value="com.websystique.spring.quartz.ScheduledJob" />
<property name="jobDataMap">
<map>
<entry key="anotherBean" value-ref="anotherBean1" />
<entry key="myBean" value-ref="myBean" />
</map>
</property>
<property name="durability" value="true" />
</bean>

能否请您解释一下 durability=true 的用途。

最佳答案

来自 here :

Specify the job's durability, i.e. whether it should remain stored in the job store even if no triggers point to it anymore.

关于java - quartz xml中耐久性的用途是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28472640/

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