io.smallrye.reactive.messaging.aws.sqs.SqsAckHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of smallrye-reactive-messaging-aws-sqs Show documentation
Show all versions of smallrye-reactive-messaging-aws-sqs Show documentation
A module for Smallrye reactive messaging integration with AWS SQS Service
The newest version!
package io.smallrye.reactive.messaging.aws.sqs;
import io.smallrye.mutiny.Uni;
public interface SqsAckHandler {
Uni handle(SqsMessage message);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy