Class BeanComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.bean.springboot.BeanComponentConfiguration
@ConfigurationProperties(prefix="camel.component.bean")
public class BeanComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Invoke methods of Java beans stored in 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 TypeMethodDescriptionorg.apache.camel.BeanScopegetScope()voidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetBeanInfoCacheSize(Integer beanInfoCacheSize) voidsetLazyStartProducer(Boolean lazyStartProducer) voidsetScope(org.apache.camel.BeanScope scope) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
BeanComponentConfiguration
public BeanComponentConfiguration()
-
-
Method Details
-
getLazyStartProducer
-
setLazyStartProducer
-
getScope
public org.apache.camel.BeanScope getScope() -
setScope
public void setScope(org.apache.camel.BeanScope scope) -
getAutowiredEnabled
-
setAutowiredEnabled
-
getBeanInfoCacheSize
-
setBeanInfoCacheSize
-