Uses of Class
io.atleon.aws.sqs.SqsReceiverOptions
-
-
Uses of SqsReceiverOptions in io.atleon.aws.sqs
Methods in io.atleon.aws.sqs that return SqsReceiverOptions Modifier and Type Method Description SqsReceiverOptionsSqsReceiverOptions.Builder. build()Build a new instance ofSqsReceiverOptionsfrom the currently set properties.static SqsReceiverOptionsSqsReceiverOptions. 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 SqsReceiverOptions Modifier and Type Method Description static SqsReceiverSqsReceiver. create(SqsReceiverOptions options)Creates a reactive SQS receiver with the specified configuration options.
-