public static interface CronEndpointBuilderFactory.CronBuilders
| Modifier and Type | Method and Description |
|---|---|
default 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 |
default CronEndpointBuilderFactory.CronEndpointBuilder cron(String path)
cron:name
Path parameter: name (required)
The name of the cron triggerApache Camel