Interface DirectEndpointBuilderFactory.DirectBuilders

    • Method Detail

      • direct

        default DirectEndpointBuilderFactory.DirectEndpointBuilder direct​(String path)
        Direct (camel-direct) Call another endpoint from the same Camel Context synchronously. Category: core,endpoint Since: 1.0 Maven coordinates: org.apache.camel:camel-direct Syntax: direct:name Path parameter: name (required) Name of direct endpoint
        Parameters:
        path - name
        Returns:
        the dsl builder
      • direct

        default DirectEndpointBuilderFactory.DirectEndpointBuilder direct​(String componentName,
                                                                          String path)
        Direct (camel-direct) Call another endpoint from the same Camel Context synchronously. Category: core,endpoint Since: 1.0 Maven coordinates: org.apache.camel:camel-direct Syntax: direct:name Path parameter: name (required) Name of direct endpoint
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - name
        Returns:
        the dsl builder