Class DataSetComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.dataset.springboot.DataSetComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.dataset") public class DataSetComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Provide data for load and soak testing of your Camel application. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description DataSetComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
getBridgeErrorHandler
public Boolean getBridgeErrorHandler()
-
setBridgeErrorHandler
public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
-
getLazyStartProducer
public Boolean getLazyStartProducer()
-
setLazyStartProducer
public void setLazyStartProducer(Boolean lazyStartProducer)
-
getLog
public Boolean getLog()
-
setLog
public void setLog(Boolean log)
-
getAutowiredEnabled
public Boolean getAutowiredEnabled()
-
setAutowiredEnabled
public void setAutowiredEnabled(Boolean autowiredEnabled)
-
getExchangeFormatter
public org.apache.camel.spi.ExchangeFormatter getExchangeFormatter()
-
setExchangeFormatter
public void setExchangeFormatter(org.apache.camel.spi.ExchangeFormatter exchangeFormatter)
-
-