Uses of Class
io.atleon.aws.sqs.SqsSenderOptions.Builder
-
-
Uses of SqsSenderOptions.Builder in io.atleon.aws.sqs
Methods in io.atleon.aws.sqs that return SqsSenderOptions.Builder Modifier and Type Method Description SqsSenderOptions.BuilderSqsSenderOptions.Builder. batchDuration(Duration batchDuration)When batching is enabled, this configures the maximum amount of time that will be waited for a batch to be filled before sending the batch.SqsSenderOptions.BuilderSqsSenderOptions.Builder. batchPrefetch(int batchPrefetch)The number of batches to prefetch for sending.SqsSenderOptions.BuilderSqsSenderOptions.Builder. batchSize(int batchSize)When sending multiple messages to SQS, this configures the batching size.SqsSenderOptions.BuilderSqsSenderOptions.Builder. maxRequestsInFlight(int maxRequestsInFlight)The maximum amount of concurrent SQS Send Requests that are allowed to be in flight per sent Publisher.static SqsSenderOptions.BuilderSqsSenderOptions. newBuilder(Supplier<software.amazon.awssdk.services.sqs.SqsAsyncClient> clientSupplier)Creates a new (mutable)SqsSenderOptions.Builderwith the provided Client Supplier and initialized with default options.
-