public static interface FhirEndpointBuilderFactory.FhirBuilders
| Modifier and Type | Method and Description |
|---|---|
default FhirEndpointBuilderFactory.FhirEndpointBuilder |
fhir(String path)
FHIR (camel-fhir)
The fhir component is used for working with the FHIR protocol (health
care).
|
default FhirEndpointBuilderFactory.FhirEndpointBuilder fhir(String path)
fhir:apiName/methodName
Path parameter: apiName (required)
What kind of operation to perform
The value can be one of: capabilities, create, delete, history,
load-page, meta, patch, read, search, transaction, update, validate
Path parameter: methodName (required)
What sub operation to use for the selected operationApache Camel