Interface Ddb2StreamEndpointBuilderFactory.Ddb2StreamBuilders

    • Method Detail

      • aws2Ddbstream

        default Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder aws2Ddbstream​(String path)
        AWS DynamoDB Streams (camel-aws2-ddb) Receive messages from AWS DynamoDB Stream service using AWS SDK version 2.x. Category: cloud,messaging,streams Since: 3.1 Maven coordinates: org.apache.camel:camel-aws2-ddb Syntax: aws2-ddbstream:tableName Path parameter: tableName (required) Name of the dynamodb table
        Parameters:
        path - tableName
        Returns:
        the dsl builder
      • aws2Ddbstream

        default Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder aws2Ddbstream​(String componentName,
                                                                                         String path)
        AWS DynamoDB Streams (camel-aws2-ddb) Receive messages from AWS DynamoDB Stream service using AWS SDK version 2.x. Category: cloud,messaging,streams Since: 3.1 Maven coordinates: org.apache.camel:camel-aws2-ddb Syntax: aws2-ddbstream:tableName Path parameter: tableName (required) Name of the dynamodb table
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - tableName
        Returns:
        the dsl builder