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