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.bridgeErrorHandler(boolean bridgeErrorHandler) |
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default QuartzEndpointBuilderFactory.QuartzEndpointBuilder |
QuartzEndpointBuilderFactory.QuartzEndpointBuilder.bridgeErrorHandler(String bridgeErrorHandler) |
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
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.fireNow(boolean fireNow) |
If it is true will fire the trigger when the route is start when
using SimpleTrigger.
|
default QuartzEndpointBuilderFactory.QuartzEndpointBuilder |
QuartzEndpointBuilderFactory.QuartzEndpointBuilder.fireNow(String fireNow) |
If it is true will fire the trigger when the route is start when
using SimpleTrigger.
|
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.startDelayedSeconds(int startDelayedSeconds) |
Seconds to wait before starting the quartz scheduler.
|
default QuartzEndpointBuilderFactory.QuartzEndpointBuilder |
QuartzEndpointBuilderFactory.QuartzEndpointBuilder.startDelayedSeconds(String startDelayedSeconds) |
Seconds to wait before starting the quartz scheduler.
|
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.
|