Class CronComponentAutoConfiguration

java.lang.Object
org.apache.camel.component.cron.springboot.CronComponentAutoConfiguration

@Configuration(proxyBeanMethods=false) @Conditional(org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class) @EnableConfigurationProperties({org.apache.camel.spring.boot.ComponentConfigurationProperties.class,CronComponentConfiguration.class}) @ConditionalOnHierarchicalProperties({"camel.component","camel.component.cron"}) @AutoConfigureAfter(org.apache.camel.spring.boot.CamelAutoConfiguration.class) public class CronComponentAutoConfiguration extends Object
Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • CronComponentAutoConfiguration

      public CronComponentAutoConfiguration(org.apache.camel.CamelContext camelContext)
  • Method Details

    • configureCronComponent

      @Lazy @Bean public org.apache.camel.spi.ComponentCustomizer configureCronComponent()