| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GoraEndpointBuilderFactory.AdvancedGoraEndpointBuilder
Advanced builder for endpoint for the Gora component.
|
| Modifier and Type | Method and Description |
|---|---|
default GoraEndpointBuilderFactory.AdvancedGoraEndpointConsumerBuilder |
GoraEndpointBuilderFactory.GoraEndpointConsumerBuilder.advanced() |
default GoraEndpointBuilderFactory.AdvancedGoraEndpointConsumerBuilder |
GoraEndpointBuilderFactory.AdvancedGoraEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default GoraEndpointBuilderFactory.AdvancedGoraEndpointConsumerBuilder |
GoraEndpointBuilderFactory.AdvancedGoraEndpointConsumerBuilder.exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default GoraEndpointBuilderFactory.AdvancedGoraEndpointConsumerBuilder |
GoraEndpointBuilderFactory.AdvancedGoraEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default GoraEndpointBuilderFactory.AdvancedGoraEndpointConsumerBuilder |
GoraEndpointBuilderFactory.AdvancedGoraEndpointConsumerBuilder.exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default GoraEndpointBuilderFactory.AdvancedGoraEndpointConsumerBuilder |
GoraEndpointBuilderFactory.AdvancedGoraEndpointConsumerBuilder.hadoopConfiguration(Object hadoopConfiguration)
Hadoop Configuration.
|
default GoraEndpointBuilderFactory.AdvancedGoraEndpointConsumerBuilder |
GoraEndpointBuilderFactory.AdvancedGoraEndpointConsumerBuilder.hadoopConfiguration(String hadoopConfiguration)
Hadoop Configuration.
|
default GoraEndpointBuilderFactory.AdvancedGoraEndpointConsumerBuilder |
GoraEndpointBuilderFactory.AdvancedGoraEndpointConsumerBuilder.synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default GoraEndpointBuilderFactory.AdvancedGoraEndpointConsumerBuilder |
GoraEndpointBuilderFactory.AdvancedGoraEndpointConsumerBuilder.synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
Apache Camel