default MockEndpointBuilderFactory.AdvancedMockEndpointBuilder |
MockEndpointBuilderFactory.MockEndpointBuilder.advanced() |
|
default MockEndpointBuilderFactory.AdvancedMockEndpointBuilder |
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 |
MockEndpointBuilderFactory.AdvancedMockEndpointBuilder.copyOnExchange(String copyOnExchange) |
Sets whether to make a deep copy of the incoming Exchange when
received at this mock endpoint.
|
default MockEndpointBuilderFactory.AdvancedMockEndpointBuilder |
MockEndpointBuilderFactory.AdvancedMockEndpointBuilder.synchronous(boolean synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default MockEndpointBuilderFactory.AdvancedMockEndpointBuilder |
MockEndpointBuilderFactory.AdvancedMockEndpointBuilder.synchronous(String synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|