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, Jeongmin Kim
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable QueueNotFoundStrategyReturn the strategy to use if the queue is not found.voidsetConvertMessageIdToUuid(Boolean convertMessageIdToUuid) voidsetExtended(SqsExtendedClientProperties extended) voidsetListener(SqsProperties.Listener listener) voidsetObservationEnabled(Boolean observationEnabled) voidsetQueueNotFoundStrategy(QueueNotFoundStrategy queueNotFoundStrategy) Set the strategy to use if the queue is not found.Methods inherited from class AwsClientProperties
getDualstackEnabled, getEndpoint, getRegion, setDualstackEnabled, setEndpoint, setRegion
-
Field Details
-
PREFIX
-
-
Constructor Details
-
SqsProperties
public SqsProperties()
-
-
Method Details
-
getListener
-
setListener
-
getConvertMessageIdToUuid
-
setConvertMessageIdToUuid
-
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.
-
isObservationEnabled
-
setObservationEnabled
-
getExtended
-
setExtended
-