Interface Dhis2EndpointBuilderFactory.Dhis2Builders

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

public static interface Dhis2EndpointBuilderFactory.Dhis2Builders
  • Method Details

    • dhis2

      DHIS2 (camel-dhis2) Leverages the DHIS2 Java SDK to integrate Apache Camel with the DHIS2 Web API. Category: api Since: 4.0 Maven coordinates: org.apache.camel:camel-dhis2 Syntax: dhis2:apiName/methodName Path parameter: apiName (required) API operation (e.g., get) There are 5 enums and the value can be one of: POST, RESOURCE_TABLES, GET, DELETE, PUT Path parameter: methodName (required) Subject of the API operation (e.g., resource)
      Parameters:
      path - apiName/methodName
      Returns:
      the dsl builder
    • dhis2

      default Dhis2EndpointBuilderFactory.Dhis2EndpointBuilder dhis2(String componentName, String path)
      DHIS2 (camel-dhis2) Leverages the DHIS2 Java SDK to integrate Apache Camel with the DHIS2 Web API. Category: api Since: 4.0 Maven coordinates: org.apache.camel:camel-dhis2 Syntax: dhis2:apiName/methodName Path parameter: apiName (required) API operation (e.g., get) There are 5 enums and the value can be one of: POST, RESOURCE_TABLES, GET, DELETE, PUT Path parameter: methodName (required) Subject of the API operation (e.g., resource)
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - apiName/methodName
      Returns:
      the dsl builder