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.
|
default CronEndpointBuilderFactory.CronEndpointBuilder |
CronEndpointBuilderFactory.CronBuilders.cron(String path) |
Cron (camel-cron)
A generic interface for triggering events at times specified through
the Unix cron syntax.
|
default CronEndpointBuilderFactory.CronEndpointBuilder |
CronEndpointBuilderFactory.CronBuilders.cron(String componentName,
String path) |
Cron (camel-cron)
A generic interface for triggering events at times specified through
the Unix cron syntax.
|
static CronEndpointBuilderFactory.CronEndpointBuilder |
CronEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
|
default CronEndpointBuilderFactory.CronEndpointBuilder |
CronEndpointBuilderFactory.CronEndpointBuilder.schedule(String schedule) |
A cron expression that will be used to generate events.
|