public static interface VmEndpointBuilderFactory.AdvancedVmEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default VmEndpointBuilderFactory.VmEndpointProducerBuilder |
basic() |
default VmEndpointBuilderFactory.AdvancedVmEndpointProducerBuilder |
queue(BlockingQueue queue)
Define the queue instance which will be used by the endpoint.
|
default VmEndpointBuilderFactory.AdvancedVmEndpointProducerBuilder |
queue(String queue)
Define the queue instance which will be used by the endpoint.
|
default 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 |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default VmEndpointBuilderFactory.VmEndpointProducerBuilder basic()
default VmEndpointBuilderFactory.AdvancedVmEndpointProducerBuilder queue(BlockingQueue queue)
queue - the value to setdefault VmEndpointBuilderFactory.AdvancedVmEndpointProducerBuilder queue(String queue)
queue - the value to setdefault VmEndpointBuilderFactory.AdvancedVmEndpointProducerBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault VmEndpointBuilderFactory.AdvancedVmEndpointProducerBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel