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