| Interface | Description |
|---|---|
| AzureListenerConfigurer |
Optional interface to be implemented by a Spring managed bean willing
to customize how Azure listener endpoints are configured.
|
| Class | Description |
|---|---|
| AzureBootstrapConfiguration |
@Configuration class that registers a AzureListenerAnnotationBeanPostProcessor
bean capable of processing Spring's @AzureMessageListener annotation. |
| AzureListenerAnnotationBeanPostProcessor |
Bean post-processor that registers methods annotated with
AzureMessageListener
to be invoked by a Azure message listener container created under the cover
by a ListenerContainerFactory
according to the attributes of the annotation. |
| AzureMessagingConfiguration |
Copyright © 2020 Microsoft. All rights reserved.