Class DataSetTestComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.dataset.springboot.DataSetTestComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.dataset-test") public class DataSetTestComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Extends the mock component by pulling messages from another endpoint on startup to set the expected message bodies. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description DataSetTestComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getAutowiredEnabled()
org.apache.camel.spi.ExchangeFormatter
getExchangeFormatter()
Boolean
getLazyStartProducer()
Boolean
getLog()
void
setAutowiredEnabled(Boolean autowiredEnabled)
void
setExchangeFormatter(org.apache.camel.spi.ExchangeFormatter exchangeFormatter)
void
setLazyStartProducer(Boolean lazyStartProducer)
void
setLog(Boolean log)
-
-
-
Method Detail
-
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)
-
-