Uses of Interface
org.apache.camel.builder.endpoint.dsl.Ddb2StreamEndpointBuilderFactory.AdvancedDdb2StreamEndpointBuilder
Packages that use Ddb2StreamEndpointBuilderFactory.AdvancedDdb2StreamEndpointBuilder
-
Uses of Ddb2StreamEndpointBuilderFactory.AdvancedDdb2StreamEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return Ddb2StreamEndpointBuilderFactory.AdvancedDdb2StreamEndpointBuilderModifier and TypeMethodDescriptionDdb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.advanced()Ddb2StreamEndpointBuilderFactory.AdvancedDdb2StreamEndpointBuilder.amazonDynamoDbStreamsClient(String amazonDynamoDbStreamsClient) Amazon DynamoDB client to use for all requests for this endpoint.Ddb2StreamEndpointBuilderFactory.AdvancedDdb2StreamEndpointBuilder.amazonDynamoDbStreamsClient(software.amazon.awssdk.services.dynamodb.streams.DynamoDbStreamsClient amazonDynamoDbStreamsClient) Amazon DynamoDB client to use for all requests for this endpoint.Ddb2StreamEndpointBuilderFactory.AdvancedDdb2StreamEndpointBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.Ddb2StreamEndpointBuilderFactory.AdvancedDdb2StreamEndpointBuilder.bridgeErrorHandler(String bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.Ddb2StreamEndpointBuilderFactory.AdvancedDdb2StreamEndpointBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.Ddb2StreamEndpointBuilderFactory.AdvancedDdb2StreamEndpointBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.Ddb2StreamEndpointBuilderFactory.AdvancedDdb2StreamEndpointBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.Ddb2StreamEndpointBuilderFactory.AdvancedDdb2StreamEndpointBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.Ddb2StreamEndpointBuilderFactory.AdvancedDdb2StreamEndpointBuilder.pollStrategy(String pollStrategy) A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your custom implementation to control error handling usually occurred during the poll operation before an Exchange have been created and being routed in Camel.Ddb2StreamEndpointBuilderFactory.AdvancedDdb2StreamEndpointBuilder.pollStrategy(org.apache.camel.spi.PollingConsumerPollStrategy pollStrategy) A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your custom implementation to control error handling usually occurred during the poll operation before an Exchange have been created and being routed in Camel.