default VmEndpointBuilderFactory.AdvancedVmEndpointBuilder |
VmEndpointBuilderFactory.VmEndpointBuilder.advanced() |
|
default VmEndpointBuilderFactory.AdvancedVmEndpointBuilder |
VmEndpointBuilderFactory.AdvancedVmEndpointBuilder.queue(String queue) |
Define the queue instance which will be used by the endpoint.
|
default VmEndpointBuilderFactory.AdvancedVmEndpointBuilder |
VmEndpointBuilderFactory.AdvancedVmEndpointBuilder.queue(BlockingQueue queue) |
Define the queue instance which will be used by the endpoint.
|
default VmEndpointBuilderFactory.AdvancedVmEndpointBuilder |
VmEndpointBuilderFactory.AdvancedVmEndpointBuilder.synchronous(boolean synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default VmEndpointBuilderFactory.AdvancedVmEndpointBuilder |
VmEndpointBuilderFactory.AdvancedVmEndpointBuilder.synchronous(String synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|