public static interface SchedulerComponentBuilderFactory.SchedulerComponentBuilder extends ComponentBuilder<org.apache.camel.component.scheduler.SchedulerComponent>
| Modifier and Type | Method and Description |
|---|---|
default SchedulerComponentBuilderFactory.SchedulerComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
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)
bridgeErrorHandler - the value to setdefault SchedulerComponentBuilderFactory.SchedulerComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault SchedulerComponentBuilderFactory.SchedulerComponentBuilder concurrentTasks(int concurrentTasks)
concurrentTasks - the value to setApache Camel