Class DataSetTestComponentConfiguration

java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.dataset.springboot.DataSetTestComponentConfiguration

@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 Details

    • DataSetTestComponentConfiguration

      public DataSetTestComponentConfiguration()
  • Method Details

    • 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)