Class Sns2ClientFactory
java.lang.Object
org.apache.camel.component.aws2.sns.client.Sns2ClientFactory
Factory class to return the correct type of AWS SNS aws.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Sns2InternalClientgetSnsClient(Sns2Configuration configuration) Return the correct aws SNS client (based on remote vs local).
-
Method Details
-
getSnsClient
Return the correct aws SNS client (based on remote vs local).- Parameters:
configuration- configuration- Returns:
- SNSClient
-