@FunctionalInterface public interface AzureListenerConfigurer
ListenerContainerFactory to use or for registering Azure endpoints
in a programmatic fashion as opposed to the declarative
approach of using the @AzureMessageListener annotation.
See @EnableAzureMessaging for detailed usage examples.
EnableAzureMessaging,
AzureListenerEndpointRegistrar| Modifier and Type | Method and Description |
|---|---|
void |
configureAzureListeners(com.microsoft.azure.spring.messaging.config.AzureListenerEndpointRegistrar registrar)
Callback allowing a
AzureListenerEndpointRegistry and specific AzureListenerEndpoint instances to be registered against the given
AzureListenerEndpointRegistrar. |
void configureAzureListeners(com.microsoft.azure.spring.messaging.config.AzureListenerEndpointRegistrar registrar)
AzureListenerEndpointRegistry and specific AzureListenerEndpoint instances to be registered against the given
AzureListenerEndpointRegistrar. The default
ListenerContainerFactory
can also be customized.registrar - the registrar to be configuredCopyright © 2020 Microsoft. All rights reserved.