public static interface DirectVmEndpointBuilderFactory.DirectVmBuilders
| Modifier and Type | Method and Description |
|---|---|
default DirectVmEndpointBuilderFactory.DirectVmEndpointBuilder |
directVm(String path)
Direct VM (camel-directvm)
The direct-vm component provides direct, synchronous call to another
endpoint from any CamelContext in the same JVM.
|
default DirectVmEndpointBuilderFactory.DirectVmEndpointBuilder directVm(String path)
direct-vm:name
Path parameter: name (required)
Name of direct-vm endpointApache Camel