All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.amazonaws.services.sqs.executors.Deduplicated Maven / Gradle / Ivy

Go to download

An Amazon SQS client that supports creating lightweight, automatically-deleted temporary queues, for use in common messaging patterns such as Request/Response. See http://aws.amazon.com/sqs.

The newest version!
package com.amazonaws.services.sqs.executors;

@FunctionalInterface
public interface Deduplicated {

    public String deduplicationID();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy