Interface FhirEndpointBuilderFactory.FhirBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
FhirEndpointBuilderFactory

public static interface FhirEndpointBuilderFactory.FhirBuilders
  • Method Details

    • fhir

      FHIR (camel-fhir) Exchange information in the healthcare domain using the FHIR (Fast Healthcare Interoperability Resources) standard. Category: api Since: 2.23 Maven coordinates: org.apache.camel:camel-fhir Syntax: fhir:apiName/methodName Path parameter: apiName (required) What kind of operation to perform There are 13 enums and the value can be one of: CAPABILITIES, CREATE, DELETE, HISTORY, LOAD_PAGE, META, OPERATION, PATCH, READ, SEARCH, TRANSACTION, UPDATE, VALIDATE Path parameter: methodName (required) What sub operation to use for the selected operation
      Parameters:
      path - apiName/methodName
      Returns:
      the dsl builder
    • fhir

      default FhirEndpointBuilderFactory.FhirEndpointBuilder fhir(String componentName, String path)
      FHIR (camel-fhir) Exchange information in the healthcare domain using the FHIR (Fast Healthcare Interoperability Resources) standard. Category: api Since: 2.23 Maven coordinates: org.apache.camel:camel-fhir Syntax: fhir:apiName/methodName Path parameter: apiName (required) What kind of operation to perform There are 13 enums and the value can be one of: CAPABILITIES, CREATE, DELETE, HISTORY, LOAD_PAGE, META, OPERATION, PATCH, READ, SEARCH, TRANSACTION, UPDATE, VALIDATE Path parameter: methodName (required) What sub operation to use for the selected operation
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - apiName/methodName
      Returns:
      the dsl builder