Interface DirectEndpointBuilderFactory.DirectBuilders

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

public static interface DirectEndpointBuilderFactory.DirectBuilders
  • Method Details

    • direct

      Direct (camel-direct) Call another endpoint from the same Camel Context synchronously. Category: core,messaging 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,messaging 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