Uses of Interface
org.apache.camel.builder.endpoint.dsl.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder
Packages that use Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder
-
Uses of Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Olingo4 component.Methods in org.apache.camel.builder.endpoint.dsl that return Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilderModifier and TypeMethodDescriptionOlingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.Olingo4EndpointBuilderFactory.AdvancedOlingo4EndpointConsumerBuilder.basic()Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.connectTimeout(int connectTimeout) HTTP connection creation timeout in milliseconds, defaults to 30,000 (30 seconds).Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.connectTimeout(String connectTimeout) HTTP connection creation timeout in milliseconds, defaults to 30,000 (30 seconds).Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.contentType(String contentType) Content-Type header value can be used to specify JSON or XML message format, defaults to application/json;charset=utf-8.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.filterAlreadySeen(boolean filterAlreadySeen) Set this to true to filter out results that have already been communicated by this component.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.filterAlreadySeen(String filterAlreadySeen) Set this to true to filter out results that have already been communicated by this component.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.greedy(boolean greedy) If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.httpHeaders(String httpHeaders) Custom HTTP headers to inject into every request, this could include OAuth tokens, etc.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.httpHeaders(Map<String, String> httpHeaders) Custom HTTP headers to inject into every request, this could include OAuth tokens, etc.Sets the name of a parameter to be passed in the exchange In Body.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.HTTP proxy server configuration.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.proxy(org.apache.http.HttpHost proxy) HTTP proxy server configuration.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.scheduledExecutorService(ScheduledExecutorService scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.To use a cron scheduler from either camel-spring or camel-quartz component.To use a cron scheduler from either camel-spring or camel-quartz component.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle) If the polling consumer did not poll any files, you can enable this option to send an empty message (no body) instead.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle) If the polling consumer did not poll any files, you can enable this option to send an empty message (no body) instead.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.serviceUri(String serviceUri) Target OData service base URI, e.g.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.socketTimeout(int socketTimeout) HTTP request timeout in milliseconds, defaults to 30,000 (30 seconds).Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.socketTimeout(String socketTimeout) HTTP request timeout in milliseconds, defaults to 30,000 (30 seconds).Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.splitResult(boolean splitResult) For endpoints that return an array or collection, a consumer endpoint will map every element to distinct messages, unless splitResult is set to false.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.splitResult(String splitResult) For endpoints that return an array or collection, a consumer endpoint will map every element to distinct messages, unless splitResult is set to false.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.sslContextParameters(String sslContextParameters) To configure security using SSLContextParameters.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) To configure security using SSLContextParameters.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.