| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointBuilder
Advanced builder for endpoint for the Olingo4 component.
|
| Modifier and Type | Method and Description |
|---|---|
default Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder |
Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.advanced() |
default Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder |
Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder |
Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder.exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder |
Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder |
Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder.exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder |
Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder.httpAsyncClientBuilder(Object httpAsyncClientBuilder)
Custom HTTP async client builder for more complex HTTP client
configuration, overrides connectionTimeout, socketTimeout, proxy and
sslContext.
|
default Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder |
Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder.httpAsyncClientBuilder(String httpAsyncClientBuilder)
Custom HTTP async client builder for more complex HTTP client
configuration, overrides connectionTimeout, socketTimeout, proxy and
sslContext.
|
default Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder |
Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder.httpClientBuilder(Object httpClientBuilder)
Custom HTTP client builder for more complex HTTP client
configuration, overrides connectionTimeout, socketTimeout, proxy and
sslContext.
|
default Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder |
Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder.httpClientBuilder(String httpClientBuilder)
Custom HTTP client builder for more complex HTTP client
configuration, overrides connectionTimeout, socketTimeout, proxy and
sslContext.
|
default Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder |
Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder.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 Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder |
Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder.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.
|
default Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder |
Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder.synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder |
Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder.synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
Apache Camel