| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default Ddb2StreamEndpointBuilderFactory.AdvancedDdb2StreamEndpointBuilder |
Ddb2StreamEndpointBuilderFactory.Ddb2StreamEndpointBuilder.advanced() |
default Ddb2StreamEndpointBuilderFactory.AdvancedDdb2StreamEndpointBuilder |
Ddb2StreamEndpointBuilderFactory.AdvancedDdb2StreamEndpointBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default Ddb2StreamEndpointBuilderFactory.AdvancedDdb2StreamEndpointBuilder |
Ddb2StreamEndpointBuilderFactory.AdvancedDdb2StreamEndpointBuilder.exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default Ddb2StreamEndpointBuilderFactory.AdvancedDdb2StreamEndpointBuilder |
Ddb2StreamEndpointBuilderFactory.AdvancedDdb2StreamEndpointBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default Ddb2StreamEndpointBuilderFactory.AdvancedDdb2StreamEndpointBuilder |
Ddb2StreamEndpointBuilderFactory.AdvancedDdb2StreamEndpointBuilder.exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default Ddb2StreamEndpointBuilderFactory.AdvancedDdb2StreamEndpointBuilder |
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.
|
default Ddb2StreamEndpointBuilderFactory.AdvancedDdb2StreamEndpointBuilder |
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.
|
Apache Camel