Uses of Interface
io.awspring.cloud.sqs.config.Endpoint
Packages that use Endpoint
Package
Description
SqsListener annotation and classes to process it.
Assembly-time components for SQS.
-
Uses of Endpoint in io.awspring.cloud.sqs.annotation
Methods in io.awspring.cloud.sqs.annotation that return EndpointModifier and TypeMethodDescriptionprotected abstract Endpoint
AbstractListenerAnnotationBeanPostProcessor.createEndpoint
(A sqsListenerAnnotation) protected Endpoint
SqsListenerAnnotationBeanPostProcessor.createEndpoint
(SqsListener sqsListenerAnnotation) -
Uses of Endpoint in io.awspring.cloud.sqs.config
Subinterfaces of Endpoint in io.awspring.cloud.sqs.configModifier and TypeInterfaceDescriptioninterface
Endpoint
specialization that indicates thatMessage
instances coming from this endpoint will be handled by aHandlerMethod
.Classes in io.awspring.cloud.sqs.config that implement EndpointModifier and TypeClassDescriptionclass
Base class for implementing aHandlerMethodEndpoint
.class
Endpoint
implementation for SQS endpoints.Methods in io.awspring.cloud.sqs.config with parameters of type EndpointModifier and TypeMethodDescriptionprotected void
AbstractMessageListenerContainerFactory.configureAbstractContainer
(AbstractMessageListenerContainer<T, O, B> container, Endpoint endpoint) protected void
AbstractMessageListenerContainerFactory.configureContainer
(C container, Endpoint endpoint) protected void
AbstractMessageListenerContainerFactory.configureContainerOptions
(Endpoint endpoint, B containerOptions) protected void
SqsMessageListenerContainerFactory.configureContainerOptions
(Endpoint endpoint, SqsContainerOptionsBuilder options) AbstractMessageListenerContainerFactory.createContainer
(Endpoint endpoint) default C
MessageListenerContainerFactory.createContainer
(Endpoint endpoint) Create a container instance for the givenEndpoint
.protected abstract C
AbstractMessageListenerContainerFactory.createContainerInstance
(Endpoint endpoint, O containerOptions) protected SqsMessageListenerContainer<T>
SqsMessageListenerContainerFactory.createContainerInstance
(Endpoint endpoint, SqsContainerOptions containerOptions) void
EndpointRegistrar.registerEndpoint
(Endpoint endpoint) Register anEndpoint
within this registrar for later processing.