default QuartzEndpointBuilderFactory.QuartzEndpointBuilder |
QuartzEndpointBuilderFactory.QuartzEndpointBuilder.autoStartScheduler(boolean autoStartScheduler) |
Whether or not the scheduler should be auto started.
|
default QuartzEndpointBuilderFactory.QuartzEndpointBuilder |
QuartzEndpointBuilderFactory.QuartzEndpointBuilder.autoStartScheduler(String autoStartScheduler) |
Whether or not the scheduler should be auto started.
|
default QuartzEndpointBuilderFactory.QuartzEndpointBuilder |
QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder.basic() |
|
default QuartzEndpointBuilderFactory.QuartzEndpointBuilder |
QuartzEndpointBuilderFactory.QuartzEndpointBuilder.cron(String cron) |
Specifies a cron expression to define when to trigger.
|
default QuartzEndpointBuilderFactory.QuartzEndpointBuilder |
QuartzEndpointBuilderFactory.QuartzEndpointBuilder.deleteJob(boolean deleteJob) |
If set to true, then the trigger automatically delete when route
stop.
|
default QuartzEndpointBuilderFactory.QuartzEndpointBuilder |
QuartzEndpointBuilderFactory.QuartzEndpointBuilder.deleteJob(String deleteJob) |
If set to true, then the trigger automatically delete when route
stop.
|
default QuartzEndpointBuilderFactory.QuartzEndpointBuilder |
QuartzEndpointBuilderFactory.QuartzEndpointBuilder.durableJob(boolean durableJob) |
Whether or not the job should remain stored after it is orphaned (no
triggers point to it).
|
default QuartzEndpointBuilderFactory.QuartzEndpointBuilder |
QuartzEndpointBuilderFactory.QuartzEndpointBuilder.durableJob(String durableJob) |
Whether or not the job should remain stored after it is orphaned (no
triggers point to it).
|
static QuartzEndpointBuilderFactory.QuartzEndpointBuilder |
QuartzEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
|
default QuartzEndpointBuilderFactory.QuartzEndpointBuilder |
QuartzEndpointBuilderFactory.QuartzEndpointBuilder.pauseJob(boolean pauseJob) |
If set to true, then the trigger automatically pauses when route
stop.
|
default QuartzEndpointBuilderFactory.QuartzEndpointBuilder |
QuartzEndpointBuilderFactory.QuartzEndpointBuilder.pauseJob(String pauseJob) |
If set to true, then the trigger automatically pauses when route
stop.
|
default QuartzEndpointBuilderFactory.QuartzEndpointBuilder |
QuartzEndpointBuilderFactory.QuartzBuilders.quartz(String path) |
Quartz (camel-quartz)
Schedule sending of messages using the Quartz 2.x scheduler.
|
default QuartzEndpointBuilderFactory.QuartzEndpointBuilder |
QuartzEndpointBuilderFactory.QuartzBuilders.quartz(String componentName,
String path) |
Quartz (camel-quartz)
Schedule sending of messages using the Quartz 2.x scheduler.
|
default QuartzEndpointBuilderFactory.QuartzEndpointBuilder |
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.
|
default QuartzEndpointBuilderFactory.QuartzEndpointBuilder |
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.
|
default QuartzEndpointBuilderFactory.QuartzEndpointBuilder |
QuartzEndpointBuilderFactory.QuartzEndpointBuilder.stateful(boolean stateful) |
Uses a Quartz PersistJobDataAfterExecution and
DisallowConcurrentExecution instead of the default job.
|
default QuartzEndpointBuilderFactory.QuartzEndpointBuilder |
QuartzEndpointBuilderFactory.QuartzEndpointBuilder.stateful(String stateful) |
Uses a Quartz PersistJobDataAfterExecution and
DisallowConcurrentExecution instead of the default job.
|
default QuartzEndpointBuilderFactory.QuartzEndpointBuilder |
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.
|
default QuartzEndpointBuilderFactory.QuartzEndpointBuilder |
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.
|