Class Ddb2StreamClientFactory
java.lang.Object
org.apache.camel.component.aws2.ddbstream.client.Ddb2StreamClientFactory
Factory class to return the correct type of AWS DynamoDB client.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Ddb2StreamInternalClientgetDynamoDBStreamClient(Ddb2StreamConfiguration configuration) Return the correct AWS DynamoDB client (based on remote vs local).
-
Method Details
-
getDynamoDBStreamClient
public static Ddb2StreamInternalClient getDynamoDBStreamClient(Ddb2StreamConfiguration configuration) Return the correct AWS DynamoDB client (based on remote vs local).- Parameters:
configuration- configuration- Returns:
- DynamoDBClient
-