@Configuration @EnableConfigurationProperties(value=QuartzComponentConfiguration.class) @Conditional(value=QuartzComponentAutoConfiguration.Condition.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
Exception
Apache Camel