@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.chunk") public class ChunkComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
ChunkComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAllowContextMapAll() |
Boolean |
getAllowTemplateFromHeader() |
Boolean |
getAutowiredEnabled() |
Boolean |
getLazyStartProducer() |
void |
setAllowContextMapAll(Boolean allowContextMapAll) |
void |
setAllowTemplateFromHeader(Boolean allowTemplateFromHeader) |
void |
setAutowiredEnabled(Boolean autowiredEnabled) |
void |
setLazyStartProducer(Boolean lazyStartProducer) |
public Boolean getAllowContextMapAll()
public void setAllowContextMapAll(Boolean allowContextMapAll)
public Boolean getAllowTemplateFromHeader()
public void setAllowTemplateFromHeader(Boolean allowTemplateFromHeader)
public Boolean getLazyStartProducer()
public void setLazyStartProducer(Boolean lazyStartProducer)
public Boolean getAutowiredEnabled()
public void setAutowiredEnabled(Boolean autowiredEnabled)
Apache Camel