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