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!
  • Constructor Details

    • BeanComponentConfiguration

      public BeanComponentConfiguration()
  • Method Details

    • getLazyStartProducer

      public Boolean getLazyStartProducer()
    • setLazyStartProducer

      public void setLazyStartProducer(Boolean lazyStartProducer)
    • getScope

      public org.apache.camel.BeanScope getScope()
    • setScope

      public void setScope(org.apache.camel.BeanScope scope)
    • getAutowiredEnabled

      public Boolean getAutowiredEnabled()
    • setAutowiredEnabled

      public void setAutowiredEnabled(Boolean autowiredEnabled)