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> container, Endpoint endpoint) protected voidAbstractMessageListenerContainerFactory.configureContainer(C container, Endpoint endpoint) protected voidAbstractMessageListenerContainerFactory.configureContainerOptions(Endpoint endpoint, ContainerOptions.Builder containerOptions) protected voidSqsMessageListenerContainerFactory.configureContainerOptions(Endpoint endpoint, ContainerOptions.Builder options) AbstractMessageListenerContainerFactory.createContainer(Endpoint endpoint) default CMessageListenerContainerFactory.createContainer(Endpoint endpoint) Create a container instance for the givenEndpoint.protected abstract CAbstractMessageListenerContainerFactory.createContainerInstance(Endpoint endpoint, ContainerOptions containerOptions) protected SqsMessageListenerContainer<T>SqsMessageListenerContainerFactory.createContainerInstance(Endpoint endpoint, ContainerOptions containerOptions) voidEndpointRegistrar.registerEndpoint(Endpoint endpoint) Register anEndpointwithin this registrar for later processing.