| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default VmEndpointBuilderFactory.VmEndpointBuilder |
VmEndpointBuilderFactory.AdvancedVmEndpointBuilder.basic() |
default VmEndpointBuilderFactory.VmEndpointBuilder |
VmEndpointBuilderFactory.VmEndpointBuilder.size(int size)
The maximum capacity of the SEDA queue (i.e., the number of messages
it can hold).
|
default VmEndpointBuilderFactory.VmEndpointBuilder |
VmEndpointBuilderFactory.VmEndpointBuilder.size(String size)
The maximum capacity of the SEDA queue (i.e., the number of messages
it can hold).
|
static VmEndpointBuilderFactory.VmEndpointBuilder |
VmEndpointBuilderFactory.vm(String path)
VM (camel-vm)
The vm component provides asynchronous call to another endpoint from the
same CamelContext.
|
default VmEndpointBuilderFactory.VmEndpointBuilder |
VmEndpointBuilderFactory.VmBuilders.vm(String path)
VM (camel-vm)
The vm component provides asynchronous call to another endpoint from
the same CamelContext.
|
Apache Camel