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