Interface KameletEndpointBuilderFactory.KameletBuilders

    • Method Detail

      • kamelet

        default KameletEndpointBuilderFactory.KameletEndpointBuilder kamelet​(String path)
        Kamelet (camel-kamelet) To call Kamelets Category: core Since: 3.8 Maven coordinates: org.apache.camel:camel-kamelet Syntax: kamelet:templateId/routeId Path parameter: templateId (required) The Route Template ID Path parameter: routeId The Route ID. Default value notice: The ID will be auto-generated if not provided
        Parameters:
        path - templateId/routeId
        Returns:
        the dsl builder
      • kamelet

        default KameletEndpointBuilderFactory.KameletEndpointBuilder kamelet​(String componentName,
                                                                             String path)
        Kamelet (camel-kamelet) To call Kamelets Category: core Since: 3.8 Maven coordinates: org.apache.camel:camel-kamelet Syntax: kamelet:templateId/routeId Path parameter: templateId (required) The Route Template ID Path parameter: routeId The Route ID. Default value notice: The ID will be auto-generated if not provided
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - templateId/routeId
        Returns:
        the dsl builder