Class Sns2ClientFactory
- java.lang.Object
-
- org.apache.camel.component.aws2.sns.client.Sns2ClientFactory
-
public final class Sns2ClientFactory extends Object
Factory class to return the correct type of AWS SNS aws.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Sns2InternalClient
getSnsClient(Sns2Configuration configuration)
Return the correct aws SNS client (based on remote vs local).
-
-
-
Method Detail
-
getSnsClient
public static Sns2InternalClient getSnsClient(Sns2Configuration configuration)
Return the correct aws SNS client (based on remote vs local).- Parameters:
configuration
- configuration- Returns:
- SNSClient
-
-