Class MockComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.mock.springboot.MockComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.mock") public class MockComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Test routes and mediation rules using mocks. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description MockComponentConfiguration()
-
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)
-
-