Uses of Package
io.awspring.cloud.sqs.config
Packages that use io.awspring.cloud.sqs.config
Package
Description
Auto-configuration for Amazon SQS (Simple Queue Service) integrations.
SqsListener annotation and classes to process it.
Assembly-time components for SQS.
-
Classes in io.awspring.cloud.sqs.config used by io.awspring.cloud.autoconfigure.sqsClassDescriptionBeans implementing this interface can configure the
EndpointRegistrarinstance used to processEndpointinstances and change general settings for processing allSqsListenerannotations.MessageListenerContainerFactoryimplementation for creatingSqsMessageListenerContainerinstances. -
Classes in io.awspring.cloud.sqs.config used by io.awspring.cloud.sqs.annotationClassDescriptionRepresents a messaging endpoint from which messages can be consumed by a
MessageListenerContainer.Processes the registeredEndpointinstances using the appropriateMessageListenerContainerFactory. -
Classes in io.awspring.cloud.sqs.config used by io.awspring.cloud.sqs.configClassDescriptionBase class for implementing a
HandlerMethodEndpoint.Base implementation for aMessageListenerContainerFactory.Represents a messaging endpoint from which messages can be consumed by aMessageListenerContainer.Processes the registeredEndpointinstances using the appropriateMessageListenerContainerFactory.Endpointspecialization that indicates thatMessageinstances coming from this endpoint will be handled by aHandlerMethod.CreatesMessageListenerContainerinstances for givenEndpointinstances or endpoint names.Endpointimplementation for SQS endpoints.MessageListenerContainerFactoryimplementation for creatingSqsMessageListenerContainerinstances.