@Configuration @Role(value=2) public class AzureBootstrapConfiguration extends Object
@Configuration class that registers a AzureListenerAnnotationBeanPostProcessor
bean capable of processing Spring's @AzureMessageListener annotation. Also register
a default AzureListenerEndpointRegistry.
This configuration class is automatically imported when using the @EnableAzureMessaging
annotation. See the EnableAzureMessaging javadocs for complete usage details.
AzureListenerAnnotationBeanPostProcessor,
AzureListenerEndpointRegistry,
EnableAzureMessaging| Constructor and Description |
|---|
AzureBootstrapConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
AzureListenerAnnotationBeanPostProcessor |
azureListenerAnnotationProcessor() |
com.microsoft.azure.spring.messaging.config.AzureListenerEndpointRegistry |
azureListenerEndpointRegistry() |
@Role(value=2) @Bean public AzureListenerAnnotationBeanPostProcessor azureListenerAnnotationProcessor()
@Bean(name="azureListenerEndpointRegistry") public com.microsoft.azure.spring.messaging.config.AzureListenerEndpointRegistry azureListenerEndpointRegistry()
Copyright © 2020 Microsoft. All rights reserved.