50.6. 启动 Quartz 调度程序
Quartz 组件提供了一个选项,使 Quartz 调度程序启动延迟,或者根本不自动启动。
这是一个示例:
<bean id="quartz" class="org.apache.camel.component.quartz.QuartzComponent"> <property name="startDelayedSeconds" value="5"/> </bean>
<bean id="quartz" class="org.apache.camel.component.quartz.QuartzComponent">
<property name="startDelayedSeconds" value="5"/>
</bean>