@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface QuartzEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
QuartzEndpointBuilderFactory.AdvancedQuartzEndpointBuilder
Advanced builder for endpoint for the Quartz component.
|
static interface |
QuartzEndpointBuilderFactory.QuartzBuilders |
static interface |
QuartzEndpointBuilderFactory.QuartzEndpointBuilder
Builder for endpoint for the Quartz component.
|
| Modifier and Type | Method and Description |
|---|---|
static QuartzEndpointBuilderFactory.QuartzEndpointBuilder |
quartz(String path)
Quartz (camel-quartz)
Provides a scheduled delivery of messages using the Quartz 2.x scheduler.
|
static 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