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