@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface DirectVmEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointBuilder
Advanced builder for endpoint for the Direct VM component.
|
static interface |
DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointConsumerBuilder
Advanced builder for endpoint consumers for the Direct VM component.
|
static interface |
DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointProducerBuilder
Advanced builder for endpoint producers for the Direct VM component.
|
static interface |
DirectVmEndpointBuilderFactory.DirectVmBuilders |
static interface |
DirectVmEndpointBuilderFactory.DirectVmEndpointBuilder
Builder for endpoint for the Direct VM component.
|
static interface |
DirectVmEndpointBuilderFactory.DirectVmEndpointConsumerBuilder
Builder for endpoint consumers for the Direct VM component.
|
static interface |
DirectVmEndpointBuilderFactory.DirectVmEndpointProducerBuilder
Builder for endpoint producers for the Direct VM component.
|
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
static DirectVmEndpointBuilderFactory.DirectVmEndpointBuilder directVm(String path)
direct-vm:name
Path parameter: name (required)
Name of direct-vm endpointApache Camel