public static interface FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
accessToken(String accessToken)
OAuth access token.
|
default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder |
advanced() |
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
backoffErrorThreshold(int backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
backoffErrorThreshold(String backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
backoffIdleThreshold(int backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
backoffIdleThreshold(String backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
|
default 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.
|
default 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.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
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.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
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.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
delay(long delay)
Milliseconds before the next poll.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
delay(String delay)
Milliseconds before the next poll.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
encoding(FhirEndpointBuilderFactory.EncodingEnum encoding)
Encoding to use for all request.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
encoding(String encoding)
Encoding to use for all request.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
fhirVersion(FhirEndpointBuilderFactory.FhirVersionEnum fhirVersion)
The FHIR Version to use.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
fhirVersion(String fhirVersion)
The FHIR Version to use.
|
default 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.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
greedy(String greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
inBody(String inBody)
Sets the name of a parameter to be passed in the exchange In Body.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
initialDelay(long initialDelay)
Milliseconds before the first poll starts.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
initialDelay(String initialDelay)
Milliseconds before the first poll starts.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
log(boolean log)
Will log every requests and responses.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
log(String log)
Will log every requests and responses.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
password(String password)
Username to use for basic authentication.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
prettyPrint(boolean prettyPrint)
Pretty print all request.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
prettyPrint(String prettyPrint)
Pretty print all request.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
proxyHost(String proxyHost)
The proxy host.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
proxyPassword(String proxyPassword)
The proxy password.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
proxyPort(Integer proxyPort)
The proxy port.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
proxyPort(String proxyPort)
The proxy port.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
proxyUser(String proxyUser)
The proxy username.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
repeatCount(long repeatCount)
Specifies a maximum limit of number of fires.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
repeatCount(String repeatCount)
Specifies a maximum limit of number of fires.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
runLoggingLevel(String runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
scheduledExecutorService(String scheduledExecutorService)
Allows for configuring a custom/shared thread pool to use for the
consumer.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
scheduler(Object scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
scheduler(String scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
schedulerProperties(Map values)
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
schedulerProperties(String key,
Object value)
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
|
default 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.
|
default 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.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
serverUrl(String serverUrl)
The FHIR server base URL.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
startScheduler(boolean startScheduler)
Whether the scheduler should be auto started.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
startScheduler(String startScheduler)
Whether the scheduler should be auto started.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
timeUnit(String timeUnit)
Time unit for initialDelay and delay options.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
timeUnit(TimeUnit timeUnit)
Time unit for initialDelay and delay options.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
useFixedDelay(boolean useFixedDelay)
Controls if fixed delay or fixed rate is used.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
useFixedDelay(String useFixedDelay)
Controls if fixed delay or fixed rate is used.
|
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder |
username(String username)
Username to use for basic authentication.
|
default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder advanced()
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder encoding(FhirEndpointBuilderFactory.EncodingEnum encoding)
encoding - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder encoding(String encoding)
encoding - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder fhirVersion(FhirEndpointBuilderFactory.FhirVersionEnum fhirVersion)
fhirVersion - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder fhirVersion(String fhirVersion)
fhirVersion - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder inBody(String inBody)
inBody - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder log(boolean log)
log - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder log(String log)
log - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder prettyPrint(boolean prettyPrint)
prettyPrint - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder prettyPrint(String prettyPrint)
prettyPrint - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder serverUrl(String serverUrl)
serverUrl - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle)
sendEmptyMessageWhenIdle - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder sendEmptyMessageWhenIdle(String sendEmptyMessageWhenIdle)
sendEmptyMessageWhenIdle - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder proxyPassword(String proxyPassword)
proxyPassword - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder proxyPort(String proxyPort)
proxyPort - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder proxyUser(String proxyUser)
proxyUser - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder backoffErrorThreshold(int backoffErrorThreshold)
backoffErrorThreshold - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder backoffErrorThreshold(String backoffErrorThreshold)
backoffErrorThreshold - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder backoffIdleThreshold(int backoffIdleThreshold)
backoffIdleThreshold - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder backoffIdleThreshold(String backoffIdleThreshold)
backoffIdleThreshold - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder backoffMultiplier(int backoffMultiplier)
backoffMultiplier - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder backoffMultiplier(String backoffMultiplier)
backoffMultiplier - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder delay(long delay)
delay - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder delay(String delay)
delay - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder greedy(boolean greedy)
greedy - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder greedy(String greedy)
greedy - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder initialDelay(long initialDelay)
initialDelay - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder initialDelay(String initialDelay)
initialDelay - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder repeatCount(long repeatCount)
repeatCount - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder repeatCount(String repeatCount)
repeatCount - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
runLoggingLevel - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder runLoggingLevel(String runLoggingLevel)
runLoggingLevel - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder scheduledExecutorService(ScheduledExecutorService scheduledExecutorService)
scheduledExecutorService - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder scheduledExecutorService(String scheduledExecutorService)
scheduledExecutorService - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder scheduler(Object scheduler)
scheduler - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder scheduler(String scheduler)
scheduler - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder schedulerProperties(String key, Object value)
key - the option keyvalue - the option valuedefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder schedulerProperties(Map values)
values - the valuesdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder startScheduler(boolean startScheduler)
startScheduler - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder startScheduler(String startScheduler)
startScheduler - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder timeUnit(TimeUnit timeUnit)
timeUnit - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder timeUnit(String timeUnit)
timeUnit - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder useFixedDelay(boolean useFixedDelay)
useFixedDelay - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder useFixedDelay(String useFixedDelay)
useFixedDelay - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder accessToken(String accessToken)
accessToken - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder password(String password)
password - the value to setdefault FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder username(String username)
username - the value to setApache Camel