Uses of Interface
org.apache.camel.builder.endpoint.dsl.DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder
Packages that use DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder
-
Uses of DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilderModifier and TypeMethodDescriptionDataSetTestEndpointBuilderFactory.DataSetTestEndpointBuilder.advanced()DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder.browseLimit(int browseLimit) Maximum number of messages to keep in memory available for browsing.DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder.browseLimit(String browseLimit) Maximum number of messages to keep in memory available for browsing.DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder.copyOnExchange(boolean copyOnExchange) Sets whether to make a deep copy of the incoming Exchange when received at this mock endpoint.DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder.copyOnExchange(String copyOnExchange) Sets whether to make a deep copy of the incoming Exchange when received at this mock endpoint.DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder.failFast(boolean failFast) Sets whether assertIsSatisfied() should fail fast at the first detected failed expectation while it may otherwise wait for all expected messages to arrive before performing expectations verifications.Sets whether assertIsSatisfied() should fail fast at the first detected failed expectation while it may otherwise wait for all expected messages to arrive before performing expectations verifications.DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder.log(boolean log) To turn on logging when the mock receives an incoming message.To turn on logging when the mock receives an incoming message.DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder.reportGroup(int reportGroup) A number that is used to turn on throughput logging based on groups of the size.DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder.reportGroup(String reportGroup) A number that is used to turn on throughput logging based on groups of the size.DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder.resultMinimumWaitTime(long resultMinimumWaitTime) Sets the minimum expected amount of time the assertIsSatisfied() will wait on a latch until it is satisfied.DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder.resultMinimumWaitTime(String resultMinimumWaitTime) Sets the minimum expected amount of time the assertIsSatisfied() will wait on a latch until it is satisfied.DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder.resultWaitTime(long resultWaitTime) Sets the maximum amount of time the assertIsSatisfied() will wait on a latch until it is satisfied.DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder.resultWaitTime(String resultWaitTime) Sets the maximum amount of time the assertIsSatisfied() will wait on a latch until it is satisfied.DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder.retainFirst(int retainFirst) Specifies to only retain the first nth number of received Exchanges.DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder.retainFirst(String retainFirst) Specifies to only retain the first nth number of received Exchanges.DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder.retainLast(int retainLast) Specifies to only retain the last nth number of received Exchanges.DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder.retainLast(String retainLast) Specifies to only retain the last nth number of received Exchanges.DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder.sleepForEmptyTest(long sleepForEmptyTest) Allows a sleep to be specified to wait to check that this mock really is empty when expectedMessageCount(int) is called with zero value.DataSetTestEndpointBuilderFactory.AdvancedDataSetTestEndpointBuilder.sleepForEmptyTest(String sleepForEmptyTest) Allows a sleep to be specified to wait to check that this mock really is empty when expectedMessageCount(int) is called with zero value.