Class CronComponentConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @ConfigurationProperties(prefix="camel.component.cron")
    public class CronComponentConfiguration
    extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
    A generic interface for triggering events at times specified through the Unix cron syntax. Generated by camel-package-maven-plugin - do not edit this file!
    • Constructor Detail

      • CronComponentConfiguration

        public CronComponentConfiguration()
    • Method Detail

      • getBridgeErrorHandler

        public Boolean getBridgeErrorHandler()
      • setBridgeErrorHandler

        public void setBridgeErrorHandler​(Boolean bridgeErrorHandler)
      • getAutowiredEnabled

        public Boolean getAutowiredEnabled()
      • setAutowiredEnabled

        public void setAutowiredEnabled​(Boolean autowiredEnabled)
      • getCronService

        public String getCronService()
      • setCronService

        public void setCronService​(String cronService)