Uses of Interface
org.apache.camel.builder.component.dsl.QuartzComponentBuilderFactory.QuartzComponentBuilder
Packages that use QuartzComponentBuilderFactory.QuartzComponentBuilder
-
Uses of QuartzComponentBuilderFactory.QuartzComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return QuartzComponentBuilderFactory.QuartzComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.quartz()Quartz (camel-quartz) Schedule sending of messages using the Quartz 2.x scheduler. -
Uses of QuartzComponentBuilderFactory.QuartzComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement QuartzComponentBuilderFactory.QuartzComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return QuartzComponentBuilderFactory.QuartzComponentBuilderModifier and TypeMethodDescriptionQuartzComponentBuilderFactory.QuartzComponentBuilder.autoStartScheduler(boolean autoStartScheduler) Whether the scheduler should be auto started.QuartzComponentBuilderFactory.QuartzComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.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.QuartzComponentBuilderFactory.QuartzComponentBuilder.enableJmx(boolean enableJmx) Whether to enable Quartz JMX which allows to manage the Quartz scheduler from JMX.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.QuartzComponentBuilderFactory.QuartzComponentBuilder.prefixInstanceName(boolean prefixInstanceName) Whether to prefix the Quartz Scheduler instance name with the CamelContext name.QuartzComponentBuilderFactory.QuartzComponentBuilder.prefixJobNameWithEndpointId(boolean prefixJobNameWithEndpointId) Whether to prefix the quartz job with the endpoint id.QuartzComponentBuilderFactory.QuartzComponentBuilder.properties(Map properties) Properties to configure the Quartz scheduler.QuartzComponentBuilderFactory.QuartzComponentBuilder.propertiesFile(String propertiesFile) File name of the properties to load from the classpath.QuartzComponentBuilderFactory.QuartzComponentBuilder.propertiesRef(String propertiesRef) References to an existing Properties or Map to lookup in the registry to use for configuring quartz.QuartzComponentBuilderFactory.quartz()Quartz (camel-quartz) Schedule sending of messages using the Quartz 2.x scheduler.QuartzComponentBuilderFactory.QuartzComponentBuilder.scheduler(org.quartz.Scheduler scheduler) To use the custom configured Quartz scheduler, instead of creating a new Scheduler.QuartzComponentBuilderFactory.QuartzComponentBuilder.schedulerFactory(org.quartz.SchedulerFactory schedulerFactory) To use the custom SchedulerFactory which is used to create the Scheduler.