Uses of Class
io.atleon.aws.sqs.SqsReceiverMessage
-
-
Uses of SqsReceiverMessage in io.atleon.aws.sqs
Methods in io.atleon.aws.sqs that return types with arguments of type SqsReceiverMessage Modifier and Type Method Description Flux<SqsReceiverMessage>SqsReceiver. receiveManual(String queueUrl)ReceiveSqsMessages where each Message's deletion and visibility must be explicitly handled.
-