Interface KameletReifyEndpointBuilderFactory.KameletReifyBuilders

    • Method Detail

      • kameletReify

        @Deprecated
        default KameletReifyEndpointBuilderFactory.KameletReifyEndpointBuilder kameletReify​(String path)
        Deprecated.
        Kamelet Reify (camel-kamelet-reify) To call Kamelets (indirectly) Category: core Since: 3.6 Maven coordinates: org.apache.camel:camel-kamelet-reify Syntax: kamelet-reify:delegateUri Path parameter: delegateUri (required) The delegated uri
        Parameters:
        path - delegateUri
        Returns:
        the dsl builder
      • kameletReify

        @Deprecated
        default KameletReifyEndpointBuilderFactory.KameletReifyEndpointBuilder kameletReify​(String componentName,
                                                                                            String path)
        Deprecated.
        Kamelet Reify (camel-kamelet-reify) To call Kamelets (indirectly) Category: core Since: 3.6 Maven coordinates: org.apache.camel:camel-kamelet-reify Syntax: kamelet-reify:delegateUri Path parameter: delegateUri (required) The delegated uri
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - delegateUri
        Returns:
        the dsl builder