Uses of Interface
org.apache.camel.builder.endpoint.dsl.FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder
Packages that use FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder
-
Uses of FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the FHIR component.Methods in org.apache.camel.builder.endpoint.dsl that return FhirEndpointBuilderFactory.FhirEndpointConsumerBuilderModifier and TypeMethodDescriptionFhirEndpointBuilderFactory.FhirEndpointConsumerBuilder.accessToken(String accessToken) OAuth access token.FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder.backoffErrorThreshold(int backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder.backoffErrorThreshold(String backoffErrorThreshold) The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in.FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder.backoffIdleThreshold(int backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder.backoffIdleThreshold(String backoffIdleThreshold) The number of subsequent idle polls that should happen before the backoffMultipler should kick-in.FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder.backoffMultiplier(int backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder.backoffMultiplier(String backoffMultiplier) To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row.FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder.basic()FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder.delay(long delay) Milliseconds before the next poll.Milliseconds before the next poll.Encoding to use for all request.FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder.fhirVersion(String fhirVersion) The FHIR Version to use.FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder.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.Sets the name of a parameter to be passed in the exchange In Body.FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder.initialDelay(long initialDelay) Milliseconds before the first poll starts.FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder.initialDelay(String initialDelay) Milliseconds before the first poll starts.FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder.log(boolean log) Will log every requests and responses.Will log every requests and responses.Password to use for basic authentication.FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder.prettyPrint(boolean prettyPrint) Pretty print all request.FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder.prettyPrint(String prettyPrint) Pretty print all request.The proxy host.FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder.proxyPassword(String proxyPassword) The proxy password.The proxy port.The proxy port.The proxy username.FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder.repeatCount(long repeatCount) Specifies a maximum limit of number of fires.FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder.repeatCount(String repeatCount) Specifies a maximum limit of number of fires.FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder.runLoggingLevel(String runLoggingLevel) The consumer logs a start/complete log line when it polls.FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel) The consumer logs a start/complete log line when it polls.FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder.scheduledExecutorService(String scheduledExecutorService) Allows for configuring a custom/shared thread pool to use for the consumer.FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder.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.FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder.schedulerProperties(String key, Object value) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder.schedulerProperties(Map values) To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler.FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder.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.FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder.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.The FHIR server base URL.FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder.startScheduler(boolean startScheduler) Whether the scheduler should be auto started.FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder.startScheduler(String startScheduler) Whether the scheduler should be auto started.Time unit for initialDelay and delay options.Time unit for initialDelay and delay options.FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder.useFixedDelay(boolean useFixedDelay) Controls if fixed delay or fixed rate is used.FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder.useFixedDelay(String useFixedDelay) Controls if fixed delay or fixed rate is used.Username to use for basic authentication.