Class LanguageComponentAutoConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @Configuration(proxyBeanMethods=false)
    @Conditional({org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class,org.apache.camel.component.language.springboot.LanguageComponentAutoConfiguration.GroupConditions.class})
    @AutoConfigureAfter(org.apache.camel.spring.boot.CamelAutoConfiguration.class)
    @EnableConfigurationProperties({org.apache.camel.spring.boot.ComponentConfigurationProperties.class,LanguageComponentConfiguration.class})
    public class LanguageComponentAutoConfiguration
    extends Object
    Generated by camel-package-maven-plugin - do not edit this file!
    • Constructor Detail

      • LanguageComponentAutoConfiguration

        public LanguageComponentAutoConfiguration()
    • Method Detail

      • configureLanguageComponent

        @Lazy
        @Bean(name="language-component")
        @ConditionalOnMissingBean(org.apache.camel.component.language.LanguageComponent.class)
        public org.apache.camel.component.language.LanguageComponent configureLanguageComponent()
                                                                                         throws Exception
        Throws:
        Exception