Class LanguageComponentConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @ConfigurationProperties(prefix="camel.component.language")
    public class LanguageComponentConfiguration
    extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
    Execute scripts in any of the languages supported by Camel. Generated by camel-package-maven-plugin - do not edit this file!
    • Constructor Detail

      • LanguageComponentConfiguration

        public LanguageComponentConfiguration()
    • Method Detail

      • getLazyStartProducer

        public Boolean getLazyStartProducer()
      • setLazyStartProducer

        public void setLazyStartProducer​(Boolean lazyStartProducer)
      • getBasicPropertyBinding

        public Boolean getBasicPropertyBinding()
      • setBasicPropertyBinding

        public void setBasicPropertyBinding​(Boolean basicPropertyBinding)