public class SQSRequestHandler extends AbstractRequestHandler
| Constructor and Description | 
|---|
| SQSRequestHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | beforeRequest(Request<?> request)Runs any additional processing logic on the specified request (before it
 is executed by the client runtime). | 
afterError, afterResponsepublic void beforeRequest(Request<?> request)
RequestHandlerbeforeRequest in interface RequestHandlerbeforeRequest in class AbstractRequestHandlerrequest - The low level request being processed.