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