default QuartzComponentBuilderFactory.QuartzComponentBuilder |
QuartzComponentBuilderFactory.QuartzComponentBuilder.autoStartScheduler(boolean autoStartScheduler) |
Whether or not the scheduler should be auto started.
|
default QuartzComponentBuilderFactory.QuartzComponentBuilder |
QuartzComponentBuilderFactory.QuartzComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
default QuartzComponentBuilderFactory.QuartzComponentBuilder |
QuartzComponentBuilderFactory.QuartzComponentBuilder.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 QuartzComponentBuilderFactory.QuartzComponentBuilder |
QuartzComponentBuilderFactory.QuartzComponentBuilder.enableJmx(boolean enableJmx) |
Whether to enable Quartz JMX which allows to manage the Quartz
scheduler from JMX.
|
default QuartzComponentBuilderFactory.QuartzComponentBuilder |
QuartzComponentBuilderFactory.QuartzComponentBuilder.interruptJobsOnShutdown(boolean interruptJobsOnShutdown) |
Whether to interrupt jobs on shutdown which forces the scheduler to
shutdown quicker and attempt to interrupt any running jobs.
|
default QuartzComponentBuilderFactory.QuartzComponentBuilder |
QuartzComponentBuilderFactory.QuartzComponentBuilder.prefixInstanceName(boolean prefixInstanceName) |
Whether to prefix the Quartz Scheduler instance name with the
CamelContext name.
|
default QuartzComponentBuilderFactory.QuartzComponentBuilder |
QuartzComponentBuilderFactory.QuartzComponentBuilder.prefixJobNameWithEndpointId(boolean prefixJobNameWithEndpointId) |
Whether to prefix the quartz job with the endpoint id.
|
default QuartzComponentBuilderFactory.QuartzComponentBuilder |
QuartzComponentBuilderFactory.QuartzComponentBuilder.properties(Map properties) |
Properties to configure the Quartz scheduler.
|
default QuartzComponentBuilderFactory.QuartzComponentBuilder |
QuartzComponentBuilderFactory.QuartzComponentBuilder.propertiesFile(String propertiesFile) |
File name of the properties to load from the classpath.
|
default QuartzComponentBuilderFactory.QuartzComponentBuilder |
QuartzComponentBuilderFactory.QuartzComponentBuilder.propertiesRef(String propertiesRef) |
References to an existing Properties or Map to lookup in the registry
to use for configuring quartz.
|
static QuartzComponentBuilderFactory.QuartzComponentBuilder |
QuartzComponentBuilderFactory.quartz() |
Quartz (camel-quartz)
Schedule sending of messages using the Quartz 2.x scheduler.
|
default QuartzComponentBuilderFactory.QuartzComponentBuilder |
QuartzComponentBuilderFactory.QuartzComponentBuilder.scheduler(org.quartz.Scheduler scheduler) |
To use the custom configured Quartz scheduler, instead of creating a
new Scheduler.
|
default QuartzComponentBuilderFactory.QuartzComponentBuilder |
QuartzComponentBuilderFactory.QuartzComponentBuilder.schedulerFactory(org.quartz.SchedulerFactory schedulerFactory) |
To use the custom SchedulerFactory which is used to create the
Scheduler.
|
default QuartzComponentBuilderFactory.QuartzComponentBuilder |
QuartzComponentBuilderFactory.QuartzComponentBuilder.startDelayedSeconds(int startDelayedSeconds) |
Seconds to wait before starting the quartz scheduler.
|