Interface VmEndpointBuilderFactory.VmBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
- VmEndpointBuilderFactory
public static interface VmEndpointBuilderFactory.VmBuilders
-
Method Summary
Modifier and TypeMethodDescriptionVM (camel-vm) Call another endpoint in the same CamelContext asynchronously.VM (camel-vm) Call another endpoint in the same CamelContext asynchronously.
-
Method Details
-
vm
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
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
-