Skip navigation links
A C D E G H L M P S T 

A

AbstractAzureListenerEndpoint - Class in com.microsoft.azure.spring.messaging.endpoint
Base model for a Azure listener endpoint.
AbstractAzureListenerEndpoint() - Constructor for class com.microsoft.azure.spring.messaging.endpoint.AbstractAzureListenerEndpoint
 
afterSingletonsInstantiated() - Method in class com.microsoft.azure.spring.messaging.config.AzureListenerAnnotationBeanPostProcessor
 
AzureBootstrapConfiguration - Class in com.microsoft.azure.spring.messaging.config
@Configuration class that registers a AzureListenerAnnotationBeanPostProcessor bean capable of processing Spring's @AzureMessageListener annotation.
AzureBootstrapConfiguration() - Constructor for class com.microsoft.azure.spring.messaging.config.AzureBootstrapConfiguration
 
AzureListenerAnnotationBeanPostProcessor - Class in com.microsoft.azure.spring.messaging.config
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.
AzureListenerAnnotationBeanPostProcessor() - Constructor for class com.microsoft.azure.spring.messaging.config.AzureListenerAnnotationBeanPostProcessor
 
azureListenerAnnotationProcessor() - Method in class com.microsoft.azure.spring.messaging.config.AzureBootstrapConfiguration
 
AzureListenerConfigurer - Interface in com.microsoft.azure.spring.messaging.config
Optional interface to be implemented by a Spring managed bean willing to customize how Azure listener endpoints are configured.
azureListenerContainerFactory(SubscribeByGroupOperation) - Method in class com.microsoft.azure.spring.messaging.config.AzureMessagingConfiguration
 
AzureListenerEndpoint - Interface in com.microsoft.azure.spring.messaging.endpoint
Model for a Azure listener endpoint.
azureListenerEndpointRegistry() - Method in class com.microsoft.azure.spring.messaging.config.AzureBootstrapConfiguration
 
AzureMessageHandler - Interface in com.microsoft.azure.spring.messaging.listener
 
AzureMessageListener - Annotation Type in com.microsoft.azure.spring.messaging.annotation
Annotation that marks a method to be the target of a Azure message listener on the specified AzureMessageListener.destination().
AzureMessageListeners - Annotation Type in com.microsoft.azure.spring.messaging.annotation
Container annotation that aggregates several AzureMessageListener annotations.
AzureMessagingConfiguration - Class in com.microsoft.azure.spring.messaging.config
 
AzureMessagingConfiguration() - Constructor for class com.microsoft.azure.spring.messaging.config.AzureMessagingConfiguration
 

C

com.microsoft.azure.spring.messaging.annotation - package com.microsoft.azure.spring.messaging.annotation
 
com.microsoft.azure.spring.messaging.config - package com.microsoft.azure.spring.messaging.config
 
com.microsoft.azure.spring.messaging.container - package com.microsoft.azure.spring.messaging.container
 
com.microsoft.azure.spring.messaging.endpoint - package com.microsoft.azure.spring.messaging.endpoint
 
com.microsoft.azure.spring.messaging.listener - package com.microsoft.azure.spring.messaging.listener
 
configureAzureListeners(AzureListenerEndpointRegistrar) - Method in interface com.microsoft.azure.spring.messaging.config.AzureListenerConfigurer
Callback allowing a AzureListenerEndpointRegistry and specific AzureListenerEndpoint instances to be registered against the given AzureListenerEndpointRegistrar.
createContainerInstance() - Method in class com.microsoft.azure.spring.messaging.container.DefaultAzureListenerContainerFactory
 
createListenerContainer(AzureListenerEndpoint) - Method in interface com.microsoft.azure.spring.messaging.container.ListenerContainerFactory
createMessageHandler(MessageListenerContainer) - Method in class com.microsoft.azure.spring.messaging.endpoint.AbstractAzureListenerEndpoint
Create a AzureMessageHandler that is able to serve this endpoint for the specified container.
createMessageHandler(MessageListenerContainer) - Method in class com.microsoft.azure.spring.messaging.endpoint.MethodAzureListenerEndpoint
 
createMessageHandler(MessageListenerContainer) - Method in class com.microsoft.azure.spring.messaging.endpoint.SimpleAzureListenerEndpoint
 
createMethodAzureListenerEndpoint() - Method in class com.microsoft.azure.spring.messaging.config.AzureListenerAnnotationBeanPostProcessor

D

DEFAULT_AZURE_LISTENER_CONTAINER_FACTORY_BEAN_NAME - Static variable in class com.microsoft.azure.spring.messaging.config.AzureListenerAnnotationBeanPostProcessor
The bean name of the default ListenerContainerFactory.
DEFAULT_AZURE_LISTENER_ENDPOINT_REGISTRY_BEAN_NAME - Static variable in class com.microsoft.azure.spring.messaging.config.AzureListenerAnnotationBeanPostProcessor
 
DefaultAzureListenerContainerFactory - Class in com.microsoft.azure.spring.messaging.container
A ListenerContainerFactory implementation to build a standard DefaultMessageListenerContainer.
DefaultAzureListenerContainerFactory(SubscribeByGroupOperation) - Constructor for class com.microsoft.azure.spring.messaging.container.DefaultAzureListenerContainerFactory
 
DefaultAzureMessageHandler - Class in com.microsoft.azure.spring.messaging.listener
 
DefaultAzureMessageHandler() - Constructor for class com.microsoft.azure.spring.messaging.listener.DefaultAzureMessageHandler
 
doStart() - Method in class com.microsoft.azure.spring.messaging.container.SimpleMessageListenerContainer
 
doStop() - Method in class com.microsoft.azure.spring.messaging.container.SimpleMessageListenerContainer
 

E

EnableAzureMessaging - Annotation Type in com.microsoft.azure.spring.messaging.annotation
 

G

getAzureMessageHandler() - Method in class com.microsoft.azure.spring.messaging.endpoint.SimpleAzureListenerEndpoint
 
getBean() - Method in class com.microsoft.azure.spring.messaging.endpoint.MethodAzureListenerEndpoint
 
getConcurrency() - Method in class com.microsoft.azure.spring.messaging.endpoint.AbstractAzureListenerEndpoint
 
getDestination() - Method in class com.microsoft.azure.spring.messaging.endpoint.AbstractAzureListenerEndpoint
 
getEndpointDescription() - Method in class com.microsoft.azure.spring.messaging.endpoint.AbstractAzureListenerEndpoint
Return a description for this endpoint.
getEndpointDescription() - Method in class com.microsoft.azure.spring.messaging.endpoint.MethodAzureListenerEndpoint
 
getGroup() - Method in class com.microsoft.azure.spring.messaging.endpoint.AbstractAzureListenerEndpoint
 
getHandlerMethod() - Method in class com.microsoft.azure.spring.messaging.listener.DefaultAzureMessageHandler
 
getId() - Method in class com.microsoft.azure.spring.messaging.endpoint.AbstractAzureListenerEndpoint
 
getId() - Method in interface com.microsoft.azure.spring.messaging.endpoint.AzureListenerEndpoint
Return the id of this endpoint.
getMessageHandler() - Method in interface com.microsoft.azure.spring.messaging.container.MessageListenerContainer
 
getMessagePayloadType() - Method in interface com.microsoft.azure.spring.messaging.listener.AzureMessageHandler
 
getMessagePayloadType() - Method in class com.microsoft.azure.spring.messaging.listener.DefaultAzureMessageHandler
 
getMethod() - Method in class com.microsoft.azure.spring.messaging.endpoint.MethodAzureListenerEndpoint
 
getOrder() - Method in class com.microsoft.azure.spring.messaging.config.AzureListenerAnnotationBeanPostProcessor
 

H

handleMessage(Message<?>) - Method in class com.microsoft.azure.spring.messaging.listener.DefaultAzureMessageHandler
 

L

ListenerContainerFactory<C extends MessageListenerContainer> - Interface in com.microsoft.azure.spring.messaging.container
Factory of MessageListenerContainer based on a AzureListenerEndpoint definition.

M

MessageListenerContainer - Interface in com.microsoft.azure.spring.messaging.container
Internal abstraction used by the framework representing a message listener container.
MethodAzureListenerEndpoint - Class in com.microsoft.azure.spring.messaging.endpoint
A AzureListenerEndpoint providing the method to invoke to process an incoming message for this endpoint.
MethodAzureListenerEndpoint() - Constructor for class com.microsoft.azure.spring.messaging.endpoint.MethodAzureListenerEndpoint
 

P

postProcessAfterInitialization(Object, String) - Method in class com.microsoft.azure.spring.messaging.config.AzureListenerAnnotationBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class com.microsoft.azure.spring.messaging.config.AzureListenerAnnotationBeanPostProcessor
 
postProcessMergedBeanDefinition(RootBeanDefinition, Class<?>, String) - Method in class com.microsoft.azure.spring.messaging.config.AzureListenerAnnotationBeanPostProcessor
 
processAzureListener(AzureMessageListener, Method, Object) - Method in class com.microsoft.azure.spring.messaging.config.AzureListenerAnnotationBeanPostProcessor
Process the given AzureMessageListener annotation on the given method, registering a corresponding endpoint for the given bean instance.

S

setAzureMessageHandler(AzureMessageHandler) - Method in class com.microsoft.azure.spring.messaging.endpoint.SimpleAzureListenerEndpoint
 
setBean(Object) - Method in class com.microsoft.azure.spring.messaging.endpoint.MethodAzureListenerEndpoint
 
setBeanFactory(BeanFactory) - Method in class com.microsoft.azure.spring.messaging.config.AzureListenerAnnotationBeanPostProcessor
Making a BeanFactory available is optional; if not set, AzureListenerConfigurer beans won't get autodetected and an
setBeanFactory(BeanFactory) - Method in class com.microsoft.azure.spring.messaging.endpoint.MethodAzureListenerEndpoint
Set the BeanFactory to use to resolve expressions (may be null).
setConcurrency(String) - Method in class com.microsoft.azure.spring.messaging.endpoint.AbstractAzureListenerEndpoint
 
setContainerFactoryBeanName(String) - Method in class com.microsoft.azure.spring.messaging.config.AzureListenerAnnotationBeanPostProcessor
 
setDestination(String) - Method in interface com.microsoft.azure.spring.messaging.container.MessageListenerContainer
 
setDestination(String) - Method in class com.microsoft.azure.spring.messaging.endpoint.AbstractAzureListenerEndpoint
 
setGroup(String) - Method in interface com.microsoft.azure.spring.messaging.container.MessageListenerContainer
 
setGroup(String) - Method in class com.microsoft.azure.spring.messaging.endpoint.AbstractAzureListenerEndpoint
 
setHandlerMethod(InvocableHandlerMethod) - Method in class com.microsoft.azure.spring.messaging.listener.DefaultAzureMessageHandler
Set the InvocableHandlerMethod to use to invoke the method processing an incoming Message.
setId(String) - Method in class com.microsoft.azure.spring.messaging.endpoint.AbstractAzureListenerEndpoint
 
setMessageHandler(AzureMessageHandler) - Method in interface com.microsoft.azure.spring.messaging.container.MessageListenerContainer
 
setMessageHandlerMethodFactory(MessageHandlerMethodFactory) - Method in class com.microsoft.azure.spring.messaging.endpoint.MethodAzureListenerEndpoint
 
setMethod(Method) - Method in class com.microsoft.azure.spring.messaging.endpoint.MethodAzureListenerEndpoint
 
setupListenerContainer(MessageListenerContainer) - Method in class com.microsoft.azure.spring.messaging.endpoint.AbstractAzureListenerEndpoint
 
setupListenerContainer(MessageListenerContainer) - Method in interface com.microsoft.azure.spring.messaging.endpoint.AzureListenerEndpoint
Setup the specified message listener container with the model defined by this endpoint.
SimpleAzureListenerEndpoint - Class in com.microsoft.azure.spring.messaging.endpoint
A simple AzureListenerEndpoint simply providing the AzureMessageHandler to invoke to process an incoming message for this endpoint.
SimpleAzureListenerEndpoint() - Constructor for class com.microsoft.azure.spring.messaging.endpoint.SimpleAzureListenerEndpoint
 
SimpleMessageListenerContainer - Class in com.microsoft.azure.spring.messaging.container
 
SimpleMessageListenerContainer() - Constructor for class com.microsoft.azure.spring.messaging.container.SimpleMessageListenerContainer
 

T

toString() - Method in class com.microsoft.azure.spring.messaging.endpoint.AbstractAzureListenerEndpoint
 
A C D E G H L M P S T 
Skip navigation links

Copyright © 2020 Microsoft. All rights reserved.