| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VmEndpointBuilderFactory.AdvancedVmEndpointBuilder
Advanced builder for endpoint for the VM component.
|
| Modifier and Type | Method and Description |
|---|---|
default VmEndpointBuilderFactory.AdvancedVmEndpointProducerBuilder |
VmEndpointBuilderFactory.VmEndpointProducerBuilder.advanced() |
default VmEndpointBuilderFactory.AdvancedVmEndpointProducerBuilder |
VmEndpointBuilderFactory.AdvancedVmEndpointProducerBuilder.queue(BlockingQueue queue)
Define the queue instance which will be used by the endpoint.
|
default VmEndpointBuilderFactory.AdvancedVmEndpointProducerBuilder |
VmEndpointBuilderFactory.AdvancedVmEndpointProducerBuilder.queue(String queue)
Define the queue instance which will be used by the endpoint.
|
default VmEndpointBuilderFactory.AdvancedVmEndpointProducerBuilder |
VmEndpointBuilderFactory.AdvancedVmEndpointProducerBuilder.synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default VmEndpointBuilderFactory.AdvancedVmEndpointProducerBuilder |
VmEndpointBuilderFactory.AdvancedVmEndpointProducerBuilder.synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
Apache Camel