Class ChunkComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.chunk.springboot.ChunkComponentConfiguration
@ConfigurationProperties(prefix="camel.component.chunk")
public class ChunkComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Transform messages using Chunk templating engine.
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 TypeMethodDescriptionvoidsetAllowContextMapAll(Boolean allowContextMapAll) voidsetAllowTemplateFromHeader(Boolean allowTemplateFromHeader) voidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetLazyStartProducer(Boolean lazyStartProducer) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
ChunkComponentConfiguration
public ChunkComponentConfiguration()
-
-
Method Details
-
getAllowContextMapAll
-
setAllowContextMapAll
-
getAllowTemplateFromHeader
-
setAllowTemplateFromHeader
-
getLazyStartProducer
-
setLazyStartProducer
-
getAutowiredEnabled
-
setAutowiredEnabled
-