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 EndpointAbstractListenerAnnotationBeanPostProcessor.createEndpoint(A sqsListenerAnnotation) protected EndpointSqsListenerAnnotationBeanPostProcessor.createEndpoint(SqsListener sqsListenerAnnotation) -
Uses of Endpoint in io.awspring.cloud.sqs.config
Subinterfaces of Endpoint in io.awspring.cloud.sqs.configModifier and TypeInterfaceDescriptioninterfaceEndpointspecialization that indicates thatMessageinstances coming from this endpoint will be handled by aHandlerMethod.Classes in io.awspring.cloud.sqs.config that implement EndpointModifier and TypeClassDescriptionclassBase class for implementing aHandlerMethodEndpoint.classEndpointimplementation for SQS endpoints.Methods in io.awspring.cloud.sqs.config with parameters of type EndpointModifier and TypeMethodDescriptionprotected voidAbstractMessageListenerContainerFactory.configureAbstractContainer(AbstractMessageListenerContainer<T, O, B> container, Endpoint endpoint) protected voidAbstractMessageListenerContainerFactory.configureContainer(C container, Endpoint endpoint) protected voidAbstractMessageListenerContainerFactory.configureContainerOptions(Endpoint endpoint, B containerOptions) protected voidSqsMessageListenerContainerFactory.configureContainerOptions(Endpoint endpoint, SqsContainerOptionsBuilder options) AbstractMessageListenerContainerFactory.createContainer(Endpoint endpoint) default CMessageListenerContainerFactory.createContainer(Endpoint endpoint) Create a container instance for the givenEndpoint.protected abstract CAbstractMessageListenerContainerFactory.createContainerInstance(Endpoint endpoint, O containerOptions) protected SqsMessageListenerContainer<T>SqsMessageListenerContainerFactory.createContainerInstance(Endpoint endpoint, SqsContainerOptions containerOptions) voidEndpointRegistrar.registerEndpoint(Endpoint endpoint) Register anEndpointwithin this registrar for later processing.