Uses of Class
io.atleon.aws.sqs.SqsSenderOptions
-
-
Uses of SqsSenderOptions in io.atleon.aws.sqs
Methods in io.atleon.aws.sqs that return SqsSenderOptions Modifier and Type Method Description SqsSenderOptionsSqsSenderOptions.Builder. build()Build a new instance ofSqsSenderOptionsfrom the currently set properties.static SqsSenderOptionsSqsSenderOptions. defaultOptions(Supplier<software.amazon.awssdk.services.sqs.SqsAsyncClient> clientSupplier)Creates a new instance with the provided Client Supplier and default options.Methods in io.atleon.aws.sqs with parameters of type SqsSenderOptions Modifier and Type Method Description static SqsSenderSqsSender. create(SqsSenderOptions options)Creates a reactive SQS sender with the specified configuration options.
-