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