Interface DirectEndpointBuilderFactory.DirectBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
- DirectEndpointBuilderFactory
public static interface DirectEndpointBuilderFactory.DirectBuilders
-
Method Summary
Modifier and TypeMethodDescriptionDirect (camel-direct) Call another endpoint from the same Camel Context synchronously.Direct (camel-direct) Call another endpoint from the same Camel Context synchronously.
-
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:namePath 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:namePath parameter: name (required) Name of direct endpoint- Parameters:
componentName- to use a custom component name for the endpoint instead of the default namepath- name- Returns:
- the dsl builder
-