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

    • RefComponentConfiguration

      public RefComponentConfiguration()
  • Method Details

    • getBridgeErrorHandler

      public Boolean getBridgeErrorHandler()
    • setBridgeErrorHandler

      public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
    • getLazyStartProducer

      public Boolean getLazyStartProducer()
    • setLazyStartProducer

      public void setLazyStartProducer(Boolean lazyStartProducer)
    • getAutowiredEnabled

      public Boolean getAutowiredEnabled()
    • setAutowiredEnabled

      public void setAutowiredEnabled(Boolean autowiredEnabled)