Uses of Package
io.awspring.cloud.sqs.listener.adapter
Packages that use io.awspring.cloud.sqs.listener.adapter
Package
Description
Assembly-time components for SQS.
Adapters for invoking a message listener registered by a listener annotation.
-
Classes in io.awspring.cloud.sqs.listener.adapter used by io.awspring.cloud.sqs.configClassDescriptionA composite of
InvocableHandlerMethodthat delegates message handling to a list of registered handlers, selecting the appropriate one based on the received message payload type. -
Classes in io.awspring.cloud.sqs.listener.adapter used by io.awspring.cloud.sqs.listener.adapterClassDescriptionBase class for invoking an
InvocableHandlerMethod.A composite ofInvocableHandlerMethodthat delegates message handling to a list of registered handlers, selecting the appropriate one based on the received message payload type.