| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static DirectVmEndpointBuilderFactory.DirectVmEndpointBuilder |
StaticEndpointBuilders.directVm(String path)
Direct VM (camel-directvm)
Call another endpoint from any Camel Context in the same JVM
synchronously.
|
static DirectVmEndpointBuilderFactory.DirectVmEndpointBuilder |
StaticEndpointBuilders.directVm(String componentName,
String path)
Direct VM (camel-directvm)
Call another endpoint from any Camel Context in the same JVM
synchronously.
|
| Modifier and Type | Method and Description |
|---|---|
default DirectVmEndpointBuilderFactory.DirectVmEndpointBuilder |
DirectVmEndpointBuilderFactory.AdvancedDirectVmEndpointBuilder.basic() |
default DirectVmEndpointBuilderFactory.DirectVmEndpointBuilder |
DirectVmEndpointBuilderFactory.DirectVmBuilders.directVm(String path)
Direct VM (camel-directvm)
Call another endpoint from any Camel Context in the same JVM
synchronously.
|
default DirectVmEndpointBuilderFactory.DirectVmEndpointBuilder |
DirectVmEndpointBuilderFactory.DirectVmBuilders.directVm(String componentName,
String path)
Direct VM (camel-directvm)
Call another endpoint from any Camel Context in the same JVM
synchronously.
|
static DirectVmEndpointBuilderFactory.DirectVmEndpointBuilder |
DirectVmEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
Apache Camel