| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IgniteCacheEndpointBuilderFactory.AdvancedIgniteCacheEndpointBuilder
Advanced builder for endpoint for the Ignite Cache component.
|
| Modifier and Type | Method and Description |
|---|---|
default IgniteCacheEndpointBuilderFactory.AdvancedIgniteCacheEndpointConsumerBuilder |
IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder.advanced() |
default IgniteCacheEndpointBuilderFactory.AdvancedIgniteCacheEndpointConsumerBuilder |
IgniteCacheEndpointBuilderFactory.AdvancedIgniteCacheEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default IgniteCacheEndpointBuilderFactory.AdvancedIgniteCacheEndpointConsumerBuilder |
IgniteCacheEndpointBuilderFactory.AdvancedIgniteCacheEndpointConsumerBuilder.exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default IgniteCacheEndpointBuilderFactory.AdvancedIgniteCacheEndpointConsumerBuilder |
IgniteCacheEndpointBuilderFactory.AdvancedIgniteCacheEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default IgniteCacheEndpointBuilderFactory.AdvancedIgniteCacheEndpointConsumerBuilder |
IgniteCacheEndpointBuilderFactory.AdvancedIgniteCacheEndpointConsumerBuilder.exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
Apache Camel