@Configuration @EnableConfigurationProperties(value=SchedulerComponentConfiguration.class) public class SchedulerComponentAutoConfiguration extends Object
| Constructor and Description |
|---|
SchedulerComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
SchedulerComponent |
configureSchedulerComponent(CamelContext camelContext,
SchedulerComponentConfiguration configuration) |
@Bean(name="scheduler-component") @ConditionalOnClass(value=CamelContext.class) @ConditionalOnMissingBean(value=SchedulerComponent.class) public SchedulerComponent configureSchedulerComponent(CamelContext camelContext, SchedulerComponentConfiguration configuration) throws Exception
ExceptionApache Camel