255.5. 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>