Class VmComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.vm.springboot.VmComponentConfiguration
@ConfigurationProperties(prefix="camel.component.vm")
public class VmComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Call another endpoint in the same CamelContext asynchronously.
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) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
VmComponentConfiguration
public VmComponentConfiguration()
-
-
Method Details
-
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
-