@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface VmEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VmEndpointBuilderFactory.AdvancedVmEndpointBuilder
Advanced builder for endpoint for the VM component.
|
static interface |
VmEndpointBuilderFactory.AdvancedVmEndpointConsumerBuilder
Advanced builder for endpoint consumers for the VM component.
|
static interface |
VmEndpointBuilderFactory.AdvancedVmEndpointProducerBuilder
Advanced builder for endpoint producers for the VM component.
|
static interface |
VmEndpointBuilderFactory.VmBuilders |
static interface |
VmEndpointBuilderFactory.VmEndpointBuilder
Builder for endpoint for the VM component.
|
static interface |
VmEndpointBuilderFactory.VmEndpointConsumerBuilder
Builder for endpoint consumers for the VM component.
|
static interface |
VmEndpointBuilderFactory.VmEndpointProducerBuilder
Builder for endpoint producers for the VM component.
|
| Modifier and Type | Method and Description |
|---|---|
static VmEndpointBuilderFactory.VmEndpointBuilder |
vm(String path)
VM (camel-vm)
The vm component provides asynchronous call to another endpoint from the
same CamelContext.
|
static VmEndpointBuilderFactory.VmEndpointBuilder vm(String path)
vm:name
Path parameter: name (required)
Name of queueApache Camel