public class SQSErrorRetryHandler
extends org.jclouds.aws.handlers.AWSClientErrorRetryHandler
| Constructor and Description |
|---|
SQSErrorRetryHandler(org.jclouds.aws.util.AWSUtils utils,
org.jclouds.http.handlers.BackoffLimitedRetryHandler backoffLimitedRetryHandler,
Set<String> retryableCodes,
int maxTries,
long retryInterval) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldRetryRequestOnError(org.jclouds.http.HttpCommand command,
org.jclouds.http.HttpResponse response,
org.jclouds.aws.domain.AWSError error) |
@Inject
public SQSErrorRetryHandler(org.jclouds.aws.util.AWSUtils utils,
org.jclouds.http.handlers.BackoffLimitedRetryHandler backoffLimitedRetryHandler,
Set<String> retryableCodes,
@Named(value="jclouds.sqs.create-queue.max-retries")
int maxTries,
@Named(value="jclouds.sqs.create-queue.retry-interval")
long retryInterval)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.