Class CronComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.cron.springboot.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 Summary
Constructors Constructor Description CronComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getAutowiredEnabled()
Boolean
getBridgeErrorHandler()
String
getCronService()
void
setAutowiredEnabled(Boolean autowiredEnabled)
void
setBridgeErrorHandler(Boolean bridgeErrorHandler)
void
setCronService(String cronService)
-
-
-
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)
-
-