public static interface SchedulerComponentBuilderFactory.SchedulerComponentBuilder extends ComponentBuilder<org.apache.camel.component.scheduler.SchedulerComponent>
| Modifier and Type | Method and Description |
|---|---|
default SchedulerComponentBuilderFactory.SchedulerComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default SchedulerComponentBuilderFactory.SchedulerComponentBuilder |
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 SchedulerComponentBuilderFactory.SchedulerComponentBuilder |
concurrentTasks(int concurrentTasks)
Number of threads used by the scheduling thread pool.
|
build, build, doSetProperty, registerdefault SchedulerComponentBuilderFactory.SchedulerComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault SchedulerComponentBuilderFactory.SchedulerComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault SchedulerComponentBuilderFactory.SchedulerComponentBuilder concurrentTasks(int concurrentTasks)
int type.
Default: 1
Group: schedulerApache Camel