Class SqsProperties
java.lang.Object
io.awspring.cloud.autoconfigure.AwsClientProperties
io.awspring.cloud.autoconfigure.sqs.SqsProperties
@ConfigurationProperties(prefix="spring.cloud.aws.sqs")
public class SqsProperties
extends AwsClientProperties
Properties related to AWS SQS.
- Since:
- 3.0
- Author:
- Tomaz Fernandes, Wei Jiang
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the strategy to use if the queue is not found.void
setListener
(SqsProperties.Listener listener) void
setQueueNotFoundStrategy
(QueueNotFoundStrategy queueNotFoundStrategy) Set the strategy to use if the queue is not found.Methods inherited from class io.awspring.cloud.autoconfigure.AwsClientProperties
getEndpoint, getRegion, setEndpoint, setRegion
-
Field Details
-
PREFIX
The prefix used for AWS SQS configuration.- See Also:
-
-
Constructor Details
-
SqsProperties
public SqsProperties()
-
-
Method Details
-
getListener
-
setListener
-
getQueueNotFoundStrategy
Return the strategy to use if the queue is not found.- Returns:
- the
QueueNotFoundStrategy
-
setQueueNotFoundStrategy
Set the strategy to use if the queue is not found.- Parameters:
queueNotFoundStrategy
- the strategy to set.
-