@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.dataset") public class DataSetComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
DataSetComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutowiredEnabled() |
Boolean |
getBridgeErrorHandler() |
org.apache.camel.spi.ExchangeFormatter |
getExchangeFormatter() |
Boolean |
getLazyStartProducer() |
Boolean |
getLog() |
void |
setAutowiredEnabled(Boolean autowiredEnabled) |
void |
setBridgeErrorHandler(Boolean bridgeErrorHandler) |
void |
setExchangeFormatter(org.apache.camel.spi.ExchangeFormatter exchangeFormatter) |
void |
setLazyStartProducer(Boolean lazyStartProducer) |
void |
setLog(Boolean log) |
public Boolean getBridgeErrorHandler()
public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
public Boolean getLazyStartProducer()
public void setLazyStartProducer(Boolean lazyStartProducer)
public Boolean getLog()
public void setLog(Boolean log)
public Boolean getAutowiredEnabled()
public void setAutowiredEnabled(Boolean autowiredEnabled)
public org.apache.camel.spi.ExchangeFormatter getExchangeFormatter()
public void setExchangeFormatter(org.apache.camel.spi.ExchangeFormatter exchangeFormatter)
Apache Camel