Class MockComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.mock.springboot.MockComponentConfiguration
@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!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.spi.ExchangeFormatter
getLog()
void
setAutowiredEnabled
(Boolean autowiredEnabled) void
setExchangeFormatter
(org.apache.camel.spi.ExchangeFormatter exchangeFormatter) void
setLazyStartProducer
(Boolean lazyStartProducer) void
Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
MockComponentConfiguration
public MockComponentConfiguration()
-
-
Method Details
-
getLazyStartProducer
-
setLazyStartProducer
-
getLog
-
setLog
-
getAutowiredEnabled
-
setAutowiredEnabled
-
getExchangeFormatter
public org.apache.camel.spi.ExchangeFormatter getExchangeFormatter() -
setExchangeFormatter
public void setExchangeFormatter(org.apache.camel.spi.ExchangeFormatter exchangeFormatter)
-