public static interface DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder |
basic() |
default DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder |
copyOnExchange(boolean copyOnExchange)
Sets whether to make a deep copy of the incoming Exchange when
received at this mock endpoint.
|
default DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder |
copyOnExchange(String copyOnExchange)
Sets whether to make a deep copy of the incoming Exchange when
received at this mock endpoint.
|
default DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder basic()
default DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder copyOnExchange(boolean copyOnExchange)
copyOnExchange - the value to setdefault DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder copyOnExchange(String copyOnExchange)
copyOnExchange - the value to setApache Camel