public class QueueUrlHandler extends AbstractRequestHandler
SQS MessageQueue operations take a QueueUrl parameter that needs special handling to update the endpoint and resource path on the request before it's executed.
| Constructor and Description |
|---|
QueueUrlHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeRequest(Request<?> request) |
String |
retrieveQueueUrl(AmazonWebServiceRequest request) |
afterError, afterResponsepublic void beforeRequest(Request<?> request)
beforeRequest in interface RequestHandlerbeforeRequest in class AbstractRequestHandlerpublic String retrieveQueueUrl(AmazonWebServiceRequest request)
Copyright © 2024. All rights reserved.