Uses of Interface
org.apache.camel.builder.endpoint.dsl.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder
Packages that use Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder
-
Uses of Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Olingo2 component.Methods in org.apache.camel.builder.endpoint.dsl that return Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilderModifier and TypeMethodDescriptionOlingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.Olingo2EndpointBuilderFactory.AdvancedOlingo2EndpointConsumerBuilder.basic()Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.connectTimeout(int connectTimeout) HTTP connection creation timeout in milliseconds, defaults to 30,000 (30 seconds).Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.connectTimeout(String connectTimeout) HTTP connection creation timeout in milliseconds, defaults to 30,000 (30 seconds).Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.contentType(String contentType) Content-Type header value can be used to specify JSON or XML message format, defaults to application/json;charset=utf-8.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.entityProviderReadProperties(String entityProviderReadProperties) Custom entity provider read properties applied to all read operations.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.entityProviderReadProperties(org.apache.olingo.odata2.api.ep.EntityProviderReadProperties entityProviderReadProperties) Custom entity provider read properties applied to all read operations.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.entityProviderWriteProperties(String entityProviderWriteProperties) Custom entity provider write properties applied to create, update, patch, batch and merge operations.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.entityProviderWriteProperties(org.apache.olingo.odata2.api.ep.EntityProviderWriteProperties entityProviderWriteProperties) Custom entity provider write properties applied to create, update, patch, batch and merge operations.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.filterAlreadySeen(boolean filterAlreadySeen) Set this to true to filter out results that have already been communicated by this component.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.filterAlreadySeen(String filterAlreadySeen) Set this to true to filter out results that have already been communicated by this component.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.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.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.httpHeaders(String httpHeaders) Custom HTTP headers to inject into every request, this could include OAuth tokens, etc.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.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.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.HTTP proxy server configuration.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.proxy(org.apache.http.HttpHost proxy) HTTP proxy server configuration.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.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.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.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.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.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.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.serviceUri(String serviceUri) Target OData service base URI, e.g.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.socketTimeout(int socketTimeout) HTTP request timeout in milliseconds, defaults to 30,000 (30 seconds).Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.socketTimeout(String socketTimeout) HTTP request timeout in milliseconds, defaults to 30,000 (30 seconds).Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.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.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.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.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.sslContextParameters(String sslContextParameters) To configure security using SSLContextParameters.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) To configure security using SSLContextParameters.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.Olingo2EndpointBuilderFactory.Olingo2EndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.