Interface FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder
,org.apache.camel.EndpointConsumerResolver
- All Known Subinterfaces:
FhirEndpointBuilderFactory.AdvancedFhirEndpointBuilder
- Enclosing interface:
- FhirEndpointBuilderFactory
public static interface FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder extends org.apache.camel.builder.EndpointConsumerBuilder
Advanced builder for endpoint consumers for the FHIR component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder
basic()
default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder
client(Object client)
To use the custom client.default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder
client(String client)
To use the custom client.default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder
clientFactory(Object clientFactory)
To use the custom client factory.default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder
clientFactory(String clientFactory)
To use the custom client factory.default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder
compress(boolean compress)
Compresses outgoing (POST/PUT) contents to the GZIP format.default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder
compress(String compress)
Compresses outgoing (POST/PUT) contents to the GZIP format.default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder
connectionTimeout(Integer connectionTimeout)
How long to try and establish the initial TCP connection (in ms).default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder
connectionTimeout(String connectionTimeout)
How long to try and establish the initial TCP connection (in ms).default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder
deferModelScanning(boolean deferModelScanning)
When this option is set, model classes will not be scanned for children until the child list for the given type is actually accessed.default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder
deferModelScanning(String deferModelScanning)
When this option is set, model classes will not be scanned for children until the child list for the given type is actually accessed.default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder
fhirContext(Object fhirContext)
FhirContext is an expensive object to create.default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder
fhirContext(String fhirContext)
FhirContext is an expensive object to create.default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder
forceConformanceCheck(boolean forceConformanceCheck)
Force conformance check.default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder
forceConformanceCheck(String forceConformanceCheck)
Force conformance check.default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder
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.default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder
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.default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder
sessionCookie(String sessionCookie)
HTTP session cookie to add to every request.default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder
socketTimeout(Integer socketTimeout)
How long to block for individual read/write operations (in ms).default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder
socketTimeout(String socketTimeout)
How long to block for individual read/write operations (in ms).default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder
summary(String summary)
Request that the server modify the response using the _summary param.default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder
summary(FhirEndpointBuilderFactory.SummaryEnum summary)
Request that the server modify the response using the _summary param.default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder
validationMode(String validationMode)
When should Camel validate the FHIR Server's conformance statement.default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder
validationMode(FhirEndpointBuilderFactory.ServerValidationModeEnum validationMode)
When should Camel validate the FHIR Server's conformance statement.
-
-
-
Method Detail
-
basic
default FhirEndpointBuilderFactory.FhirEndpointConsumerBuilder basic()
-
exceptionHandler
default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored. The option is a:org.apache.camel.spi.ExceptionHandler
type. Group: consumer (advanced)
-
exceptionHandler
default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored. The option will be converted to aorg.apache.camel.spi.ExceptionHandler
type. Group: consumer (advanced)
-
exchangePattern
default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange. The option is a:org.apache.camel.ExchangePattern
type. Group: consumer (advanced)
-
exchangePattern
default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange. The option will be converted to aorg.apache.camel.ExchangePattern
type. Group: consumer (advanced)
-
pollStrategy
default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder 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. The option is a:org.apache.camel.spi.PollingConsumerPollStrategy
type. Group: consumer (advanced)
-
pollStrategy
default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder 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. The option will be converted to aorg.apache.camel.spi.PollingConsumerPollStrategy
type. Group: consumer (advanced)
-
client
default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder client(Object client)
To use the custom client. The option is a:ca.uhn.fhir.rest.client.api.IGenericClient
type. Group: advanced
-
client
default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder client(String client)
To use the custom client. The option will be converted to aca.uhn.fhir.rest.client.api.IGenericClient
type. Group: advanced
-
clientFactory
default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder clientFactory(Object clientFactory)
To use the custom client factory. The option is a:ca.uhn.fhir.rest.client.api.IRestfulClientFactory
type. Group: advanced
-
clientFactory
default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder clientFactory(String clientFactory)
To use the custom client factory. The option will be converted to aca.uhn.fhir.rest.client.api.IRestfulClientFactory
type. Group: advanced
-
compress
default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder compress(boolean compress)
Compresses outgoing (POST/PUT) contents to the GZIP format. The option is a:boolean
type. Default: false Group: advanced
-
compress
default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder compress(String compress)
Compresses outgoing (POST/PUT) contents to the GZIP format. The option will be converted to aboolean
type. Default: false Group: advanced
-
connectionTimeout
default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder connectionTimeout(Integer connectionTimeout)
How long to try and establish the initial TCP connection (in ms). The option is a:java.lang.Integer
type. Default: 10000 Group: advanced
-
connectionTimeout
default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder connectionTimeout(String connectionTimeout)
How long to try and establish the initial TCP connection (in ms). The option will be converted to ajava.lang.Integer
type. Default: 10000 Group: advanced
-
deferModelScanning
default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder deferModelScanning(boolean deferModelScanning)
When this option is set, model classes will not be scanned for children until the child list for the given type is actually accessed. The option is a:boolean
type. Default: false Group: advanced
-
deferModelScanning
default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder deferModelScanning(String deferModelScanning)
When this option is set, model classes will not be scanned for children until the child list for the given type is actually accessed. The option will be converted to aboolean
type. Default: false Group: advanced
-
fhirContext
default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder fhirContext(Object fhirContext)
FhirContext is an expensive object to create. To avoid creating multiple instances, it can be set directly. The option is a:ca.uhn.fhir.context.FhirContext
type. Group: advanced
-
fhirContext
default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder fhirContext(String fhirContext)
FhirContext is an expensive object to create. To avoid creating multiple instances, it can be set directly. The option will be converted to aca.uhn.fhir.context.FhirContext
type. Group: advanced
-
forceConformanceCheck
default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder forceConformanceCheck(boolean forceConformanceCheck)
Force conformance check. The option is a:boolean
type. Default: false Group: advanced
-
forceConformanceCheck
default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder forceConformanceCheck(String forceConformanceCheck)
Force conformance check. The option will be converted to aboolean
type. Default: false Group: advanced
-
sessionCookie
default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder sessionCookie(String sessionCookie)
HTTP session cookie to add to every request. The option is a:java.lang.String
type. Group: advanced
-
socketTimeout
default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder socketTimeout(Integer socketTimeout)
How long to block for individual read/write operations (in ms). The option is a:java.lang.Integer
type. Default: 10000 Group: advanced
-
socketTimeout
default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder socketTimeout(String socketTimeout)
How long to block for individual read/write operations (in ms). The option will be converted to ajava.lang.Integer
type. Default: 10000 Group: advanced
-
summary
default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder summary(FhirEndpointBuilderFactory.SummaryEnum summary)
Request that the server modify the response using the _summary param. The option is a:ca.uhn.fhir.rest.api.SummaryEnum
type. Group: advanced
-
summary
default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder summary(String summary)
Request that the server modify the response using the _summary param. The option will be converted to aca.uhn.fhir.rest.api.SummaryEnum
type. Group: advanced
-
synchronous
default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). The option is a:boolean
type. Default: false Group: advanced
-
synchronous
default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). The option will be converted to aboolean
type. Default: false Group: advanced
-
validationMode
default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder validationMode(FhirEndpointBuilderFactory.ServerValidationModeEnum validationMode)
When should Camel validate the FHIR Server's conformance statement. The option is a:ca.uhn.fhir.rest.client.api.ServerValidationModeEnum
type. Default: ONCE Group: advanced
-
validationMode
default FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder validationMode(String validationMode)
When should Camel validate the FHIR Server's conformance statement. The option will be converted to aca.uhn.fhir.rest.client.api.ServerValidationModeEnum
type. Default: ONCE Group: advanced
-
-