Class Sns2ClientStandardImpl

java.lang.Object
org.apache.camel.component.aws2.sns.client.impl.Sns2ClientStandardImpl
All Implemented Interfaces:
Sns2InternalClient

public class Sns2ClientStandardImpl extends Object implements Sns2InternalClient
Manage an AWS SNS client for all users to use. This implementation is for local instances to use a static and solid credential set.
  • Constructor Details

    • Sns2ClientStandardImpl

      public Sns2ClientStandardImpl(Sns2Configuration configuration)
      Constructor that uses the config file.
  • Method Details

    • getSNSClient

      public software.amazon.awssdk.services.sns.SnsClient getSNSClient()
      Getting the SNS aws client that is used.
      Specified by:
      getSNSClient in interface Sns2InternalClient
      Returns:
      Amazon SNS Client.