Class RefComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.ref.springboot.RefComponentConfiguration
@ConfigurationProperties(prefix="camel.component.ref")
public class RefComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Route messages to an endpoint looked up dynamically by name in the Camel
Registry.
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 TypeMethodDescriptionvoidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetBridgeErrorHandler(Boolean bridgeErrorHandler) voidsetLazyStartProducer(Boolean lazyStartProducer) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
RefComponentConfiguration
public RefComponentConfiguration()
-
-
Method Details
-
getBridgeErrorHandler
-
setBridgeErrorHandler
-
getLazyStartProducer
-
setLazyStartProducer
-
getAutowiredEnabled
-
setAutowiredEnabled
-