Interface VmEndpointBuilderFactory.VmBuilders
-
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
- VmEndpointBuilderFactory
public static interface VmEndpointBuilderFactory.VmBuilders
-
-
Method Summary
All Methods Instance Methods Default Methods Deprecated Methods Modifier and Type Method Description default VmEndpointBuilderFactory.VmEndpointBuildervm(String path)Deprecated.default VmEndpointBuilderFactory.VmEndpointBuildervm(String componentName, String path)Deprecated.
-
-
-
Method Detail
-
vm
@Deprecated default VmEndpointBuilderFactory.VmEndpointBuilder vm(String path)
Deprecated.VM (camel-vm) Call another endpoint in the same CamelContext asynchronously. Category: core,endpoint Since: 1.1 Maven coordinates: org.apache.camel:camel-vm Syntax:vm:namePath parameter: name (required) Name of queue- Parameters:
path- name- Returns:
- the dsl builder
-
vm
@Deprecated default VmEndpointBuilderFactory.VmEndpointBuilder vm(String componentName, String path)
Deprecated.VM (camel-vm) Call another endpoint in the same CamelContext asynchronously. Category: core,endpoint Since: 1.1 Maven coordinates: org.apache.camel:camel-vm Syntax:vm:namePath parameter: name (required) Name of queue- Parameters:
componentName- to use a custom component name for the endpoint instead of the default namepath- name- Returns:
- the dsl builder
-
-