Class Sqs2ClientStandardImpl

java.lang.Object
org.apache.camel.component.aws2.sqs.client.impl.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 Details

    • Sqs2ClientStandardImpl

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

    • 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.