Uses of Class
com.amazon.sqs.javamessaging.ProviderConfiguration
-
Packages that use ProviderConfiguration Package Description com.amazon.sqs.javamessaging -
-
Uses of ProviderConfiguration in com.amazon.sqs.javamessaging
Methods in com.amazon.sqs.javamessaging that return ProviderConfiguration Modifier and Type Method Description ProviderConfiguration
ProviderConfiguration. withNumberOfMessagesToPrefetch(int numberOfMessagesToPrefetch)
Constructors in com.amazon.sqs.javamessaging with parameters of type ProviderConfiguration Constructor Description SQSConnectionFactory(ProviderConfiguration providerConfiguration)
SQSConnectionFactory(ProviderConfiguration providerConfiguration, software.amazon.awssdk.services.sqs.SqsClient client)
SQSConnectionFactory(ProviderConfiguration providerConfiguration, software.amazon.awssdk.services.sqs.SqsClientBuilder clientBuilder)
-