@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface CronEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CronEndpointBuilderFactory.AdvancedCronEndpointBuilder
Advanced builder for endpoint for the Cron component.
|
static interface |
CronEndpointBuilderFactory.CronBuilders |
static interface |
CronEndpointBuilderFactory.CronEndpointBuilder
Builder for endpoint for the Cron component.
|
| Modifier and Type | Method and Description |
|---|---|
static CronEndpointBuilderFactory.CronEndpointBuilder |
cron(String path)
Cron (camel-cron)
Camel Cron Component
Category: scheduling
Since: 3.1
Maven coordinates: org.apache.camel:camel-cron
Syntax:
cron:name
Path parameter: name (required)
The name of the cron trigger |
static CronEndpointBuilderFactory.CronEndpointBuilder cron(String path)
cron:name
Path parameter: name (required)
The name of the cron triggerApache Camel