Interface RefEndpointBuilderFactory.RefBuilders

    • Method Detail

      • ref

        default RefEndpointBuilderFactory.RefEndpointBuilder ref​(String path)
        Ref (camel-ref) Route messages to an endpoint looked up dynamically by name in the Camel Registry. Category: core,endpoint Since: 1.2 Maven coordinates: org.apache.camel:camel-ref Syntax: ref:name Path parameter: name (required) Name of endpoint to lookup in the registry.
        Parameters:
        path - name
        Returns:
        the dsl builder
      • ref

        default RefEndpointBuilderFactory.RefEndpointBuilder ref​(String componentName,
                                                                 String path)
        Ref (camel-ref) Route messages to an endpoint looked up dynamically by name in the Camel Registry. Category: core,endpoint Since: 1.2 Maven coordinates: org.apache.camel:camel-ref Syntax: ref:name Path parameter: name (required) Name of endpoint to lookup in the registry.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - name
        Returns:
        the dsl builder