Uses of Interface
org.apache.camel.builder.endpoint.dsl.QuartzEndpointBuilderFactory.QuartzEndpointBuilder
Packages that use QuartzEndpointBuilderFactory.QuartzEndpointBuilder
-
Uses of QuartzEndpointBuilderFactory.QuartzEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return QuartzEndpointBuilderFactory.QuartzEndpointBuilderModifier and TypeMethodDescriptionQuartz (camel-quartz) Schedule sending of messages using the Quartz 2.x scheduler.Quartz (camel-quartz) Schedule sending of messages using the Quartz 2.x scheduler. -
Uses of QuartzEndpointBuilderFactory.QuartzEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return QuartzEndpointBuilderFactory.QuartzEndpointBuilderModifier and TypeMethodDescriptionQuartzEndpointBuilderFactory.QuartzEndpointBuilder.autoStartScheduler(boolean autoStartScheduler) Whether or not the scheduler should be auto started.QuartzEndpointBuilderFactory.QuartzEndpointBuilder.autoStartScheduler(String autoStartScheduler) Whether or not the scheduler should be auto started.QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder.basic()Specifies a cron expression to define when to trigger.QuartzEndpointBuilderFactory.QuartzEndpointBuilder.deleteJob(boolean deleteJob) If set to true, then the trigger automatically delete when route stop.If set to true, then the trigger automatically delete when route stop.QuartzEndpointBuilderFactory.QuartzEndpointBuilder.durableJob(boolean durableJob) Whether or not the job should remain stored after it is orphaned (no triggers point to it).QuartzEndpointBuilderFactory.QuartzEndpointBuilder.durableJob(String durableJob) Whether or not the job should remain stored after it is orphaned (no triggers point to it).QuartzEndpointBuilderFactory.endpointBuilder(String componentName, String path) QuartzEndpointBuilderFactory.QuartzEndpointBuilder.pauseJob(boolean pauseJob) If set to true, then the trigger automatically pauses when route stop.If set to true, then the trigger automatically pauses when route stop.Quartz (camel-quartz) Schedule sending of messages using the Quartz 2.x scheduler.Quartz (camel-quartz) Schedule sending of messages using the Quartz 2.x scheduler.QuartzEndpointBuilderFactory.QuartzEndpointBuilder.recoverableJob(boolean recoverableJob) Instructs the scheduler whether or not the job should be re-executed if a 'recovery' or 'fail-over' situation is encountered.QuartzEndpointBuilderFactory.QuartzEndpointBuilder.recoverableJob(String recoverableJob) Instructs the scheduler whether or not the job should be re-executed if a 'recovery' or 'fail-over' situation is encountered.QuartzEndpointBuilderFactory.QuartzEndpointBuilder.stateful(boolean stateful) Uses a Quartz PersistJobDataAfterExecution and DisallowConcurrentExecution instead of the default job.Uses a Quartz PersistJobDataAfterExecution and DisallowConcurrentExecution instead of the default job.QuartzEndpointBuilderFactory.QuartzEndpointBuilder.triggerStartDelay(long triggerStartDelay) In case of scheduler has already started, we want the trigger start slightly after current time to ensure endpoint is fully started before the job kicks in.QuartzEndpointBuilderFactory.QuartzEndpointBuilder.triggerStartDelay(String triggerStartDelay) In case of scheduler has already started, we want the trigger start slightly after current time to ensure endpoint is fully started before the job kicks in.