Class TimerComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.timer.springboot.TimerComponentConfiguration
@ConfigurationProperties(prefix="camel.component.timer")
public class TimerComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Generate messages in specified intervals using java.util.Timer.
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
setIncludeMetadata
(Boolean includeMetadata) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
TimerComponentConfiguration
public TimerComponentConfiguration()
-
-
Method Details
-
getBridgeErrorHandler
-
setBridgeErrorHandler
-
getIncludeMetadata
-
setIncludeMetadata
-
getAutowiredEnabled
-
setAutowiredEnabled
-