default Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilder |
Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.advanced() |
|
default Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilder |
Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilder.exceptionHandler(String exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilder |
Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilder |
Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilder.exchangePattern(String exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilder |
Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilder |
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 |
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 |
Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilder.httpClientBuilder(Object httpClientBuilder) |
Custom HTTP client builder for more complex HTTP client
configuration, overrides connectionTimeout, socketTimeout, proxy and
sslContext.
|
default Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilder |
Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilder.httpClientBuilder(String httpClientBuilder) |
Custom HTTP client builder for more complex HTTP client
configuration, overrides connectionTimeout, socketTimeout, proxy and
sslContext.
|
default Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilder |
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.AdvancedOlingo2EndpointConsumerBuilder |
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 |
Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilder.synchronous(boolean synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilder |
Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilder.synchronous(String synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|