Uses of Interface
org.apache.camel.builder.endpoint.dsl.FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder
Packages that use FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder
-
Uses of FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the FHIR component.Methods in org.apache.camel.builder.endpoint.dsl that return FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilderModifier and TypeMethodDescriptionFhirEndpointBuilderFactory.FhirEndpointConsumerBuilder.advanced()FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder.bridgeErrorHandler(String bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder.client(ca.uhn.fhir.rest.client.api.IGenericClient client) To use the custom client.To use the custom client.FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder.clientFactory(ca.uhn.fhir.rest.client.api.IRestfulClientFactory clientFactory) To use the custom client factory.FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder.clientFactory(String clientFactory) To use the custom client factory.FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder.compress(boolean compress) Compresses outgoing (POST/PUT) contents to the GZIP format.Compresses outgoing (POST/PUT) contents to the GZIP format.FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder.connectionTimeout(Integer connectionTimeout) How long to try and establish the initial TCP connection (in ms).FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder.connectionTimeout(String connectionTimeout) How long to try and establish the initial TCP connection (in ms).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.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.FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder.fhirContext(ca.uhn.fhir.context.FhirContext fhirContext) FhirContext is an expensive object to create.FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder.fhirContext(String fhirContext) FhirContext is an expensive object to create.FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder.forceConformanceCheck(boolean forceConformanceCheck) Force conformance check.FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder.forceConformanceCheck(String forceConformanceCheck) Force conformance check.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.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.FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder.sessionCookie(String sessionCookie) HTTP session cookie to add to every request.FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder.socketTimeout(Integer socketTimeout) How long to block for individual read/write operations (in ms).FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder.socketTimeout(String socketTimeout) How long to block for individual read/write operations (in ms).Request that the server modify the response using the _summary param.FhirEndpointBuilderFactory.AdvancedFhirEndpointConsumerBuilder.validationMode(String validationMode) When should Camel validate the FHIR Server's conformance statement.