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>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) 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
-
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
-