Class StubComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.stub.springboot.StubComponentConfiguration
@ConfigurationProperties(prefix="camel.component.stub")
public class StubComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Stub out any physical endpoints while in development or testing.
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.component.seda.BlockingQueueFactory<org.apache.camel.Exchange>voidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetBridgeErrorHandler(Boolean bridgeErrorHandler) voidsetConcurrentConsumers(Integer concurrentConsumers) voidsetDefaultBlockWhenFull(Boolean defaultBlockWhenFull) voidsetDefaultDiscardWhenFull(Boolean defaultDiscardWhenFull) voidsetDefaultOfferTimeout(Long defaultOfferTimeout) voidsetDefaultPollTimeout(Integer defaultPollTimeout) voidsetDefaultQueueFactory(org.apache.camel.component.seda.BlockingQueueFactory<org.apache.camel.Exchange> defaultQueueFactory) voidsetLazyStartProducer(Boolean lazyStartProducer) voidsetQueueSize(Integer queueSize) voidvoidsetShadowPattern(String shadowPattern) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
StubComponentConfiguration
public StubComponentConfiguration()
-
-
Method Details
-
getShadow
-
setShadow
-
getShadowPattern
-
setShadowPattern
-
getBridgeErrorHandler
-
setBridgeErrorHandler
-
getConcurrentConsumers
-
setConcurrentConsumers
-
getDefaultPollTimeout
-
setDefaultPollTimeout
-
getDefaultBlockWhenFull
-
setDefaultBlockWhenFull
-
getDefaultDiscardWhenFull
-
setDefaultDiscardWhenFull
-
getDefaultOfferTimeout
-
setDefaultOfferTimeout
-
getLazyStartProducer
-
setLazyStartProducer
-
getAutowiredEnabled
-
setAutowiredEnabled
-
getDefaultQueueFactory
public org.apache.camel.component.seda.BlockingQueueFactory<org.apache.camel.Exchange> getDefaultQueueFactory() -
setDefaultQueueFactory
public void setDefaultQueueFactory(org.apache.camel.component.seda.BlockingQueueFactory<org.apache.camel.Exchange> defaultQueueFactory) -
getQueueSize
-
setQueueSize
-