Class PulsarComponentAutoConfiguration


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

      • PulsarComponentAutoConfiguration

        public PulsarComponentAutoConfiguration()
    • Method Detail

      • configurePulsarComponent

        @Lazy
        @Bean(name="pulsar-component")
        @ConditionalOnMissingBean(org.apache.camel.component.pulsar.PulsarComponent.class)
        public org.apache.camel.component.pulsar.PulsarComponent configurePulsarComponent()
                                                                                   throws Exception
        Throws:
        Exception