Class KafkaComponentAutoConfiguration


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

      • KafkaComponentAutoConfiguration

        public KafkaComponentAutoConfiguration()
    • Method Detail

      • configureKafkaComponent

        @Lazy
        @Bean(name="kafka-component")
        @ConditionalOnMissingBean(org.apache.camel.component.kafka.KafkaComponent.class)
        public org.apache.camel.component.kafka.KafkaComponent configureKafkaComponent()
                                                                                throws Exception
        Throws:
        Exception