@Configuration @EnableConfigurationProperties(value=QuartzComponentConfiguration.class) public class QuartzComponentAutoConfiguration extends Object
| Constructor and Description |
|---|
QuartzComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
QuartzComponent |
configureQuartzComponent(org.apache.camel.CamelContext camelContext,
QuartzComponentConfiguration configuration) |
@Bean(name="quartz2-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=QuartzComponent.class) public QuartzComponent configureQuartzComponent(org.apache.camel.CamelContext camelContext, QuartzComponentConfiguration configuration) throws Exception
ExceptionApache Camel