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