Class Sqs2ClientStandardImpl

  • All Implemented Interfaces:
    Sqs2InternalClient

    public class Sqs2ClientStandardImpl
    extends Object
    implements Sqs2InternalClient
    Manage an AWS SQS client for all users to use. This implementation is for local instances to use a static and solid credential set.
    • Constructor Detail

      • Sqs2ClientStandardImpl

        public Sqs2ClientStandardImpl​(Sqs2Configuration configuration)
        Constructor that uses the config file.
    • Method Detail

      • getSQSClient

        public software.amazon.awssdk.services.sqs.SqsClient getSQSClient()
        Getting the s3 aws client that is used.
        Specified by:
        getSQSClient in interface Sqs2InternalClient
        Returns:
        Amazon S3 Client.