Class QueueUrlHandler

  • All Implemented Interfaces:
    RequestHandler

    public class QueueUrlHandler
    extends AbstractRequestHandler
    Custom request handler for SQS that processes the request before it gets routed to the client runtime layer.

    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 Detail

      • QueueUrlHandler

        public QueueUrlHandler()