Interface QuartzEndpointBuilderFactory.QuartzBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
,EndpointRouteConfigurationBuilder
- Enclosing interface:
QuartzEndpointBuilderFactory
public static interface QuartzEndpointBuilderFactory.QuartzBuilders
-
Method Summary
Modifier and TypeMethodDescriptionQuartz (camel-quartz) Schedule sending of messages using the Quartz 2.x scheduler.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 Syntax:quartz:groupName/triggerName
Path parameter: groupName The quartz group name to use. The combination of group name and trigger name should be unique. Default value: Camel Path parameter: triggerName (required) The quartz trigger name to use. The combination of group name and trigger name should be unique.- Parameters:
path
- groupName/triggerName- Returns:
- the dsl builder
-
quartz
default QuartzEndpointBuilderFactory.QuartzEndpointBuilder quartz(String componentName, String path) 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 Syntax:quartz:groupName/triggerName
Path parameter: groupName The quartz group name to use. The combination of group name and trigger name should be unique. Default value: Camel Path parameter: triggerName (required) The quartz trigger name to use. The combination of group name and trigger name should be unique.- Parameters:
componentName
- to use a custom component name for the endpoint instead of the default namepath
- groupName/triggerName- Returns:
- the dsl builder
-