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