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