Interface FunctionGraphEndpointBuilderFactory.FunctionGraphBuilders

    • Method Detail

      • hwcloudFunctiongraph

        default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder hwcloudFunctiongraph​(String path)
        Huawei FunctionGraph (camel-huaweicloud-functiongraph) To call serverless functions on Huawei Cloud Category: cloud,serverless Since: 3.11 Maven coordinates: org.apache.camel:camel-huaweicloud-functiongraph Syntax: hwcloud-functiongraph:operation Path parameter: operation (required) Operation to be performed
        Parameters:
        path - operation
        Returns:
        the dsl builder
      • hwcloudFunctiongraph

        default FunctionGraphEndpointBuilderFactory.FunctionGraphEndpointBuilder hwcloudFunctiongraph​(String componentName,
                                                                                                      String path)
        Huawei FunctionGraph (camel-huaweicloud-functiongraph) To call serverless functions on Huawei Cloud Category: cloud,serverless Since: 3.11 Maven coordinates: org.apache.camel:camel-huaweicloud-functiongraph Syntax: hwcloud-functiongraph:operation Path parameter: operation (required) Operation to be performed
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - operation
        Returns:
        the dsl builder