Uses of Class
com.amazon.sqs.javamessaging.ProviderConfiguration
Packages that use ProviderConfiguration
-
Uses of ProviderConfiguration in com.amazon.sqs.javamessaging
Methods in com.amazon.sqs.javamessaging that return ProviderConfigurationModifier and TypeMethodDescriptionProviderConfiguration.withNumberOfMessagesToPrefetch
(int numberOfMessagesToPrefetch) Constructors in com.amazon.sqs.javamessaging with parameters of type ProviderConfigurationModifierConstructorDescriptionSQSConnectionFactory
(ProviderConfiguration providerConfiguration) Creates a SQSConnectionFactory that uses SqsClientBuilder.standard() for creating SqsClient connections.SQSConnectionFactory
(ProviderConfiguration providerConfiguration, software.amazon.awssdk.services.sqs.SqsClient client) Creates a SQSConnectionFactory that uses the provided SqsClient connection.SQSConnectionFactory
(ProviderConfiguration providerConfiguration, software.amazon.awssdk.services.sqs.SqsClientBuilder clientBuilder) Creates a SQSConnectionFactory that uses the provided SqsClientBuilder for creating AmazonSQS client connections.