Class QueueComponentAutoConfiguration

java.lang.Object
org.apache.camel.component.azure.storage.queue.springboot.QueueComponentAutoConfiguration

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

    • QueueComponentAutoConfiguration

      public QueueComponentAutoConfiguration(org.apache.camel.CamelContext camelContext)
  • Method Details

    • configureQueueComponent

      @Lazy @Bean public org.apache.camel.spi.ComponentCustomizer configureQueueComponent()