AWS.SQS.TSQSQueuePoller.Create

Constructor for TSQSQueuePoller.

constructor Create(const AQueueUrl: string; AClient: ISQSClient = nil);
__fastcall TSQSQueuePoller(const AnsiString AQueueUrl, ISQSClient AClient = null);

File: AWS.SQS.pas 

Namespace: AWS.SQS 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const AQueueUrl: string
Specify the URL of the queue to poll. Required.
AClient: ISQSClient = nil
Optionally specify a pre-configured SQS client.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.