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>
void
setAutowiredEnabled
(Boolean autowiredEnabled) void
setBridgeErrorHandler
(Boolean bridgeErrorHandler) void
setConcurrentConsumers
(Integer concurrentConsumers) void
setDefaultBlockWhenFull
(Boolean defaultBlockWhenFull) void
setDefaultDiscardWhenFull
(Boolean defaultDiscardWhenFull) void
setDefaultOfferTimeout
(Long defaultOfferTimeout) void
setDefaultPollTimeout
(Integer defaultPollTimeout) void
setDefaultQueueFactory
(org.apache.camel.component.seda.BlockingQueueFactory<org.apache.camel.Exchange> defaultQueueFactory) void
setLazyStartProducer
(Boolean lazyStartProducer) void
setQueueSize
(Integer queueSize) void
Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
StubComponentConfiguration
public StubComponentConfiguration()
-
-
Method Details
-
getShadow
-
setShadow
-
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
-