270.6. 启动 Quartz 调度程序
Quartz2 组件提供了一个选项,可让 Quartz 调度程序启动延迟,或者根本不自动启动。
例如:
<bean id="quartz2" class="org.apache.camel.component.quartz2.QuartzComponent"> <property name="startDelayedSeconds" value="5"/> </bean>
<bean id="quartz2" class="org.apache.camel.component.quartz2.QuartzComponent">
<property name="startDelayedSeconds" value="5"/>
</bean>