Class SchedulerComponentConfiguration

java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.scheduler.springboot.SchedulerComponentConfiguration

@ConfigurationProperties(prefix="camel.component.scheduler") public class SchedulerComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Generate messages in specified intervals using java.util.concurrent.ScheduledExecutorService. Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • SchedulerComponentConfiguration

      public SchedulerComponentConfiguration()
  • Method Details

    • getBridgeErrorHandler

      public Boolean getBridgeErrorHandler()
    • setBridgeErrorHandler

      public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
    • getAutowiredEnabled

      public Boolean getAutowiredEnabled()
    • setAutowiredEnabled

      public void setAutowiredEnabled(Boolean autowiredEnabled)
    • getPoolSize

      public Integer getPoolSize()
    • setPoolSize

      public void setPoolSize(Integer poolSize)