Uses of Enum Class
io.awspring.cloud.sqs.listener.QueueNotFoundStrategy
Packages that use QueueNotFoundStrategy
Package
Description
SQS integration for Spring Cloud AWS.
Components for executing the flow of messages to and from a message listener.
Components for converting source messages to Spring messaging messages.
-
Uses of QueueNotFoundStrategy in io.awspring.cloud.sqs
Methods in io.awspring.cloud.sqs with parameters of type QueueNotFoundStrategyModifier and TypeMethodDescriptionQueueAttributesResolver.Builder.queueNotFoundStrategy(QueueNotFoundStrategy queueNotFoundStrategy) The strategy to be used in case a queue does not exist. -
Uses of QueueNotFoundStrategy in io.awspring.cloud.sqs.listener
Methods in io.awspring.cloud.sqs.listener that return QueueNotFoundStrategyModifier and TypeMethodDescriptionSqsContainerOptions.getQueueNotFoundStrategy()Get theQueueNotFoundStrategyfor the container.static QueueNotFoundStrategyReturns the enum constant of this class with the specified name.static QueueNotFoundStrategy[]QueueNotFoundStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.awspring.cloud.sqs.listener with parameters of type QueueNotFoundStrategyModifier and TypeMethodDescriptionSqsContainerOptionsBuilder.queueNotFoundStrategy(QueueNotFoundStrategy queueNotFoundStrategy) Set theQueueNotFoundStrategyfor the container. -
Uses of QueueNotFoundStrategy in io.awspring.cloud.sqs.operations
Methods in io.awspring.cloud.sqs.operations with parameters of type QueueNotFoundStrategyModifier and TypeMethodDescriptionSqsTemplateOptions.queueNotFoundStrategy(QueueNotFoundStrategy queueNotFoundStrategy) TheQueueNotFoundStrategyfor this template.