Uses of Interface
org.apache.camel.builder.endpoint.dsl.MockEndpointBuilderFactory.AdvancedMockEndpointBuilder
Packages that use MockEndpointBuilderFactory.AdvancedMockEndpointBuilder
-
Uses of MockEndpointBuilderFactory.AdvancedMockEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return MockEndpointBuilderFactory.AdvancedMockEndpointBuilderModifier and TypeMethodDescriptionMockEndpointBuilderFactory.MockEndpointBuilder.advanced()MockEndpointBuilderFactory.AdvancedMockEndpointBuilder.copyOnExchange(boolean copyOnExchange) Sets whether to make a deep copy of the incoming Exchange when received at this mock endpoint.MockEndpointBuilderFactory.AdvancedMockEndpointBuilder.copyOnExchange(String copyOnExchange) Sets whether to make a deep copy of the incoming Exchange when received at this mock endpoint.MockEndpointBuilderFactory.AdvancedMockEndpointBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).MockEndpointBuilderFactory.AdvancedMockEndpointBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).