Class SedaComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.seda.springboot.SedaComponentConfiguration
@ConfigurationProperties(prefix="camel.component.seda")
public class SedaComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Asynchronously call another endpoint from any Camel Context in the same JVM.
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
-
SedaComponentConfiguration
public SedaComponentConfiguration()
-
-
Method Details
-
getBridgeErrorHandler
-
setBridgeErrorHandler
-
getConcurrentConsumers
-
setConcurrentConsumers
-
getDefaultPollTimeout
-
setDefaultPollTimeout
-
getLazyStartProducer
-
setLazyStartProducer
-
getDefaultBlockWhenFull
-
setDefaultBlockWhenFull
-
getDefaultDiscardWhenFull
-
setDefaultDiscardWhenFull
-
getDefaultOfferTimeout
-
setDefaultOfferTimeout
-
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
-