@Configuration @AutoConfigureAfter(value=AzureContextAutoConfiguration.class) @ConditionalOnClass(value={com.microsoft.azure.storage.queue.CloudQueueClient.class,com.microsoft.azure.spring.integration.storage.queue.factory.StorageQueueClientFactory.class}) @ConditionalOnProperty(name="spring.cloud.azure.storage.account") @EnableConfigurationProperties(value=AzureStorageProperties.class) public class AzureStorageQueueAutoConfiguration extends Object
| Constructor and Description |
|---|
AzureStorageQueueAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
collectTelemetry() |
@PostConstruct public void collectTelemetry()
Copyright © 2019 Microsoft. All rights reserved.