Interface Ddb2StreamEndpointBuilderFactory.Ddb2StreamBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
Ddb2StreamEndpointBuilderFactory

public static interface Ddb2StreamEndpointBuilderFactory.Ddb2StreamBuilders
  • Method Details

    • aws2Ddbstream

      AWS DynamoDB Streams (camel-aws2-ddb) Receive messages from AWS DynamoDB Stream. Category: cloud,messaging 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. Category: cloud,messaging 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