@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @Configuration @ConditionalOnBean(type="org.apache.camel.spring.boot.CamelAutoConfiguration") @EnableConfigurationProperties(value=QuartzComponentConfiguration.class) public class QuartzComponentAutoConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
QuartzComponentAutoConfiguration.Condition |
| Constructor and Description |
|---|
QuartzComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.quartz2.QuartzComponent |
configureQuartzComponent(org.apache.camel.CamelContext camelContext,
QuartzComponentConfiguration configuration) |
@Lazy
@Bean(name="quartz2-component")
@ConditionalOnClass(value=org.apache.camel.CamelContext.class)
@ConditionalOnMissingBean(value=org.apache.camel.component.quartz2.QuartzComponent.class)
public org.apache.camel.component.quartz2.QuartzComponent configureQuartzComponent(org.apache.camel.CamelContext camelContext,
QuartzComponentConfiguration configuration)
throws Exception
ExceptionApache Camel