Class DirectComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.direct.springboot.DirectComponentConfiguration
@ConfigurationProperties(prefix="camel.component.direct")
public class DirectComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Call another endpoint from the same Camel Context synchronously.
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 TypeMethodDescriptiongetBlock()voidsetAutowiredEnabled(Boolean autowiredEnabled) voidvoidsetBridgeErrorHandler(Boolean bridgeErrorHandler) voidsetLazyStartProducer(Boolean lazyStartProducer) voidsetTimeout(Long timeout) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
DirectComponentConfiguration
public DirectComponentConfiguration()
-
-
Method Details
-
getBridgeErrorHandler
-
setBridgeErrorHandler
-
getBlock
-
setBlock
-
getLazyStartProducer
-
setLazyStartProducer
-
getTimeout
-
setTimeout
-
getAutowiredEnabled
-
setAutowiredEnabled
-