| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default CronEndpointBuilderFactory.CronEndpointBuilder |
CronEndpointBuilderFactory.AdvancedCronEndpointBuilder.basic() |
default CronEndpointBuilderFactory.CronEndpointBuilder |
CronEndpointBuilderFactory.CronEndpointBuilder.bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default CronEndpointBuilderFactory.CronEndpointBuilder |
CronEndpointBuilderFactory.CronEndpointBuilder.bridgeErrorHandler(String bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
static CronEndpointBuilderFactory.CronEndpointBuilder |
CronEndpointBuilderFactory.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 |
CronEndpointBuilderFactory.CronBuilders.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 |
CronEndpointBuilderFactory.CronEndpointBuilder.schedule(String schedule)
A cron expression that will be used to generate events.
|
Apache Camel