Class QueueComponentAutoConfiguration


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

      • QueueComponentAutoConfiguration

        public QueueComponentAutoConfiguration()
    • Method Detail

      • configureQueueComponent

        @Lazy
        @Bean(name="azure-storage-queue-component")
        @ConditionalOnMissingBean(org.apache.camel.component.azure.storage.queue.QueueComponent.class)
        public org.apache.camel.component.azure.storage.queue.QueueComponent configureQueueComponent()
                                                                                              throws Exception
        Throws:
        Exception