@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @Configuration(proxyBeanMethods=false) @Conditional(value={org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class,org.apache.camel.component.azure.queue.springboot.QueueServiceComponentAutoConfiguration.GroupConditions.class}) @AutoConfigureAfter(value=org.apache.camel.spring.boot.CamelAutoConfiguration.class) @EnableConfigurationProperties(value={org.apache.camel.spring.boot.ComponentConfigurationProperties.class,QueueServiceComponentConfiguration.class}) public class QueueServiceComponentAutoConfiguration extends Object
| Constructor and Description |
|---|
QueueServiceComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.azure.queue.QueueServiceComponent |
configureQueueServiceComponent() |
public QueueServiceComponentAutoConfiguration()
@Lazy
@Bean(name="azure-queue-component")
@ConditionalOnMissingBean(value=org.apache.camel.component.azure.queue.QueueServiceComponent.class)
public org.apache.camel.component.azure.queue.QueueServiceComponent configureQueueServiceComponent()
throws Exception
ExceptionApache Camel