Uses of Interface
org.apache.camel.builder.endpoint.dsl.Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilder
Packages that use Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilder
-
Uses of Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the Olingo2 component.Methods in org.apache.camel.builder.endpoint.dsl that return Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilderModifier and TypeMethodDescriptionOlingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.advanced()Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilder.bridgeErrorHandler(String bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilder.httpAsyncClientBuilder(String httpAsyncClientBuilder) Custom HTTP async client builder for more complex HTTP client configuration, overrides connectionTimeout, socketTimeout, proxy and sslContext.Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilder.httpAsyncClientBuilder(org.apache.http.impl.nio.client.HttpAsyncClientBuilder httpAsyncClientBuilder) Custom HTTP async client builder for more complex HTTP client configuration, overrides connectionTimeout, socketTimeout, proxy and sslContext.Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilder.httpClientBuilder(String httpClientBuilder) Custom HTTP client builder for more complex HTTP client configuration, overrides connectionTimeout, socketTimeout, proxy and sslContext.Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilder.httpClientBuilder(org.apache.http.impl.client.HttpClientBuilder httpClientBuilder) Custom HTTP client builder for more complex HTTP client configuration, overrides connectionTimeout, socketTimeout, proxy and sslContext.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.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.