public static interface CronEndpointBuilderFactory.CronEndpointBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default CronEndpointBuilderFactory.AdvancedCronEndpointBuilder |
advanced() |
default 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 |
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.
|
default CronEndpointBuilderFactory.CronEndpointBuilder |
schedule(String schedule)
A cron expression that will be used to generate events.
|
default CronEndpointBuilderFactory.AdvancedCronEndpointBuilder advanced()
default CronEndpointBuilderFactory.CronEndpointBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault CronEndpointBuilderFactory.CronEndpointBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault CronEndpointBuilderFactory.CronEndpointBuilder schedule(String schedule)
schedule - the value to setApache Camel