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!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setAutowiredEnabled
(Boolean autowiredEnabled) void
setBridgeErrorHandler
(Boolean bridgeErrorHandler) void
setCronService
(String cronService) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
CronComponentConfiguration
public CronComponentConfiguration()
-
-
Method Details
-
getBridgeErrorHandler
-
setBridgeErrorHandler
-
getAutowiredEnabled
-
setAutowiredEnabled
-
getCronService
-
setCronService
-