| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder |
DataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder.advanced() |
default DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder |
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 |
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 |
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 |
DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder.synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
Apache Camel