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