public static interface QuartzEndpointBuilderFactory.QuartzBuilders
| Modifier and Type | Method and Description |
|---|---|
default QuartzEndpointBuilderFactory.QuartzEndpointBuilder |
quartz(String path)
Quartz (camel-quartz)
Provides a scheduled delivery of messages using the Quartz 2.x
scheduler.
|
default QuartzEndpointBuilderFactory.QuartzEndpointBuilder quartz(String path)
quartz:groupName/triggerName
Path parameter: groupName
The quartz group name to use. The combination of group name and timer
name should be unique.
Default value: Camel
Path parameter: triggerName (required)
The quartz timer name to use. The combination of group name and timer
name should be unique.Apache Camel