Package io.awspring.cloud.sqs
Class QueueAttributesResolver
java.lang.Object
io.awspring.cloud.sqs.QueueAttributesResolver
Resolves
QueueAttributes
for the specified queue. Fetchs the queue url for a queue name, unless a url is
specified as name. If such queue is not found, either creates the queue or fails according to the specified
QueueNotFoundStrategy
. After the url is resolved, retrieves the queue attributes specified in the
QueueAttributeName
collection.- Since:
- 3.0
- Author:
- Tomaz Fernandes, Agim Emruli, Adrian Stoelken
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A builder for creatingQueueAttributesResolver
instances. -
Method Summary
-
Method Details
-
builder
-
resolveQueueAttributes
-