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()
void
setAutowiredEnabled
(Boolean autowiredEnabled) void
void
setBridgeErrorHandler
(Boolean bridgeErrorHandler) void
setLazyStartProducer
(Boolean lazyStartProducer) void
setTimeout
(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
-