Uses of Class
io.atleon.aws.sqs.SqsSenderMessage
-
-
Uses of SqsSenderMessage in io.atleon.aws.sqs
Methods in io.atleon.aws.sqs that return SqsSenderMessage Modifier and Type Method Description SqsSenderMessage<C>SqsSenderMessage.Builder. build()Methods in io.atleon.aws.sqs with parameters of type SqsSenderMessage Modifier and Type Method Description <C> Mono<SqsSenderResult<C>>SqsSender. send(SqsSenderMessage<C> message, String queueUrl)Sends a singleSqsSenderMessageto the provided queue URLMethod parameters in io.atleon.aws.sqs with type arguments of type SqsSenderMessage Modifier and Type Method Description <C> Flux<SqsSenderResult<C>>SqsSender. send(org.reactivestreams.Publisher<SqsSenderMessage<C>> messages, String queueUrl)Sends a sequence ofSqsSenderMessages to the provided SQS queue URL
-