Class CronComponentConfiguration

java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.cron.springboot.CronComponentConfiguration

@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 Details

    • CronComponentConfiguration

      public CronComponentConfiguration()
  • Method Details

    • 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)