@Configuration @EnableConfigurationProperties(value=SchedulerComponentConfiguration.class) @Conditional(value=SchedulerComponentAutoConfiguration.Condition.class) public class SchedulerComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SchedulerComponentAutoConfiguration.Condition |
Constructor and Description |
---|
SchedulerComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.scheduler.SchedulerComponent |
configureSchedulerComponent(org.apache.camel.CamelContext camelContext,
SchedulerComponentConfiguration configuration) |
@Lazy @Bean(name="scheduler-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.scheduler.SchedulerComponent.class) public org.apache.camel.component.scheduler.SchedulerComponent configureSchedulerComponent(org.apache.camel.CamelContext camelContext, SchedulerComponentConfiguration configuration) throws Exception
Exception
Apache Camel