Interface RefEndpointBuilderFactory.RefBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
RefEndpointBuilderFactory

public static interface RefEndpointBuilderFactory.RefBuilders
  • Method Details

    • ref

      Ref (camel-ref) Route messages to an endpoint looked up dynamically by name in the Camel Registry. Category: core 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 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