public static interface Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default Olingo2EndpointBuilderFactory.Olingo2EndpointProducerBuilder |
basic() |
default Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointProducerBuilder |
httpAsyncClientBuilder(Object httpAsyncClientBuilder)
Custom HTTP async client builder for more complex HTTP client
configuration, overrides connectionTimeout, socketTimeout, proxy and
sslContext.
|
default Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointProducerBuilder |
httpAsyncClientBuilder(String httpAsyncClientBuilder)
Custom HTTP async client builder for more complex HTTP client
configuration, overrides connectionTimeout, socketTimeout, proxy and
sslContext.
|
default Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointProducerBuilder |
httpClientBuilder(Object httpClientBuilder)
Custom HTTP client builder for more complex HTTP client
configuration, overrides connectionTimeout, socketTimeout, proxy and
sslContext.
|
default Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointProducerBuilder |
httpClientBuilder(String httpClientBuilder)
Custom HTTP client builder for more complex HTTP client
configuration, overrides connectionTimeout, socketTimeout, proxy and
sslContext.
|
default Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointProducerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointProducerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default Olingo2EndpointBuilderFactory.Olingo2EndpointProducerBuilder basic()
default Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointProducerBuilder httpAsyncClientBuilder(Object httpAsyncClientBuilder)
httpAsyncClientBuilder - the value to setdefault Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointProducerBuilder httpAsyncClientBuilder(String httpAsyncClientBuilder)
httpAsyncClientBuilder - the value to setdefault Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointProducerBuilder httpClientBuilder(Object httpClientBuilder)
httpClientBuilder - the value to setdefault Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointProducerBuilder httpClientBuilder(String httpClientBuilder)
httpClientBuilder - the value to setdefault Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointProducerBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointProducerBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel