@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.mock") public class MockComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
MockComponentConfiguration() |
| Modifier and Type | Method and 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) |
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