Class LogComponentAutoConfiguration


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

      • LogComponentAutoConfiguration

        public LogComponentAutoConfiguration()
    • Method Detail

      • configureLogComponent

        @Lazy
        @Bean(name="log-component")
        @ConditionalOnMissingBean(org.apache.camel.component.log.LogComponent.class)
        public org.apache.camel.component.log.LogComponent configureLogComponent()
                                                                          throws Exception
        Throws:
        Exception