public static interface Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder |
basic() |
default Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default 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 |
httpAsyncClientBuilder(String httpAsyncClientBuilder)
Custom HTTP async client builder for more complex HTTP client
configuration, overrides connectionTimeout, socketTimeout, proxy and
sslContext.
|
default Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder |
httpClientBuilder(Object httpClientBuilder)
Custom HTTP client builder for more complex HTTP client
configuration, overrides connectionTimeout, socketTimeout, proxy and
sslContext.
|
default Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder |
httpClientBuilder(String httpClientBuilder)
Custom HTTP client builder for more complex HTTP client
configuration, overrides connectionTimeout, socketTimeout, proxy and
sslContext.
|
default 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 |
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.Olingo4EndpointConsumerBuilder basic()
default Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
exceptionHandler - the value to setdefault Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder exceptionHandler(String exceptionHandler)
exceptionHandler - the value to setdefault Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
exchangePattern - the value to setdefault Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder exchangePattern(String exchangePattern)
exchangePattern - the value to setdefault Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder pollStrategy(org.apache.camel.spi.PollingConsumerPollStrategy pollStrategy)
pollStrategy - the value to setdefault Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder pollStrategy(String pollStrategy)
pollStrategy - the value to setdefault Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder httpAsyncClientBuilder(Object httpAsyncClientBuilder)
httpAsyncClientBuilder - the value to setdefault Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder httpAsyncClientBuilder(String httpAsyncClientBuilder)
httpAsyncClientBuilder - the value to setdefault Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder httpClientBuilder(Object httpClientBuilder)
httpClientBuilder - the value to setdefault Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder httpClientBuilder(String httpClientBuilder)
httpClientBuilder - the value to setApache Camel