Interface DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
- Enclosing interface:
- DataSetTestEndpointBuilderFactory
public static interface DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder extends org.apache.camel.builder.EndpointProducerBuilder
Advanced builder for endpoint for the DataSet Test component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method 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.AdvancedDataSetTestEndpointBuilder
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).default DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).
-
-
-
Method Detail
-
basic
default DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder basic()
-
copyOnExchange
default DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder copyOnExchange(boolean copyOnExchange)
Sets whether to make a deep copy of the incoming Exchange when received at this mock endpoint. Is by default true. The option is a:boolean
type. Default: true Group: producer (advanced)
-
copyOnExchange
default DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder copyOnExchange(String copyOnExchange)
Sets whether to make a deep copy of the incoming Exchange when received at this mock endpoint. Is by default true. The option will be converted to aboolean
type. Default: true Group: producer (advanced)
-
synchronous
default DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). The option is a:boolean
type. Default: false Group: advanced
-
synchronous
default DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). The option will be converted to aboolean
type. Default: false Group: advanced
-
-