public static interface DataSetEndpointBuilderFactory.AdvancedDataSetEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default DataSetEndpointBuilderFactory.DataSetEndpointProducerBuilder |
basic() |
default DataSetEndpointBuilderFactory.AdvancedDataSetEndpointProducerBuilder |
copyOnExchange(boolean copyOnExchange)
Sets whether to make a deep copy of the incoming Exchange when
received at this mock endpoint.
|
default DataSetEndpointBuilderFactory.AdvancedDataSetEndpointProducerBuilder |
copyOnExchange(String copyOnExchange)
Sets whether to make a deep copy of the incoming Exchange when
received at this mock endpoint.
|
default DataSetEndpointBuilderFactory.AdvancedDataSetEndpointProducerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default DataSetEndpointBuilderFactory.AdvancedDataSetEndpointProducerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default DataSetEndpointBuilderFactory.DataSetEndpointProducerBuilder basic()
default DataSetEndpointBuilderFactory.AdvancedDataSetEndpointProducerBuilder copyOnExchange(boolean copyOnExchange)
copyOnExchange - the value to setdefault DataSetEndpointBuilderFactory.AdvancedDataSetEndpointProducerBuilder copyOnExchange(String copyOnExchange)
copyOnExchange - the value to setdefault DataSetEndpointBuilderFactory.AdvancedDataSetEndpointProducerBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault DataSetEndpointBuilderFactory.AdvancedDataSetEndpointProducerBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel