Interface QuartzComponentBuilderFactory
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo")
public interface QuartzComponentBuilderFactory
Schedule sending of messages using the Quartz 2.x scheduler.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder for the Quartz component.static class -
Method Summary
Static MethodsModifier and TypeMethodDescriptionquartz()Quartz (camel-quartz) Schedule sending of messages using the Quartz 2.x scheduler.
-
Method Details
-
quartz
Quartz (camel-quartz) Schedule sending of messages using the Quartz 2.x scheduler. Category: scheduling Since: 2.12 Maven coordinates: org.apache.camel:camel-quartz- Returns:
- the dsl builder
-