Example usage for com.amazonaws.services.sqs AmazonSQSAsyncClient AmazonSQSAsyncClient

List of usage examples for com.amazonaws.services.sqs AmazonSQSAsyncClient AmazonSQSAsyncClient

Introduction

In this page you can find the example usage for com.amazonaws.services.sqs AmazonSQSAsyncClient AmazonSQSAsyncClient.

Prototype

@Deprecated
public AmazonSQSAsyncClient() 

Source Link

Document

Constructs a new asynchronous client to invoke service methods on Amazon SQS.

Usage

From source file:com.blacklocus.qs.worker.aws.AmazonSQSAsyncPutTaskService.java

License:Apache License

public AmazonSQSAsyncPutTaskService(String queueUrl) {
    this(queueUrl, new AmazonSQSAsyncClient());
}