Uses of Interface
org.apache.camel.builder.endpoint.dsl.DataSetEndpointBuilderFactory.DataSetEndpointProducerBuilder
Packages that use DataSetEndpointBuilderFactory.DataSetEndpointProducerBuilder
-
Uses of DataSetEndpointBuilderFactory.DataSetEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of DataSetEndpointBuilderFactory.DataSetEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Dataset component.Methods in org.apache.camel.builder.endpoint.dsl that return DataSetEndpointBuilderFactory.DataSetEndpointProducerBuilderModifier and TypeMethodDescriptionDataSetEndpointBuilderFactory.DataSetEndpointProducerBuilder.assertPeriod(long assertPeriod) Sets a grace period after which the mock endpoint will re-assert to ensure the preliminary assertion is still valid.DataSetEndpointBuilderFactory.DataSetEndpointProducerBuilder.assertPeriod(String assertPeriod) Sets a grace period after which the mock endpoint will re-assert to ensure the preliminary assertion is still valid.DataSetEndpointBuilderFactory.AdvancedDataSetEndpointProducerBuilder.basic()DataSetEndpointBuilderFactory.DataSetEndpointProducerBuilder.consumeDelay(long consumeDelay) Allows a delay to be specified which causes a delay when a message is consumed by the producer (to simulate slow processing).DataSetEndpointBuilderFactory.DataSetEndpointProducerBuilder.consumeDelay(String consumeDelay) Allows a delay to be specified which causes a delay when a message is consumed by the producer (to simulate slow processing).DataSetEndpointBuilderFactory.DataSetEndpointProducerBuilder.dataSetIndex(String dataSetIndex) Controls the behaviour of the CamelDataSetIndex header.DataSetEndpointBuilderFactory.DataSetEndpointProducerBuilder.expectedCount(int expectedCount) Specifies the expected number of message exchanges that should be received by this endpoint.DataSetEndpointBuilderFactory.DataSetEndpointProducerBuilder.expectedCount(String expectedCount) Specifies the expected number of message exchanges that should be received by this endpoint.DataSetEndpointBuilderFactory.DataSetEndpointProducerBuilder.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.DataSetEndpointBuilderFactory.DataSetEndpointProducerBuilder.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.DataSetEndpointBuilderFactory.DataSetEndpointProducerBuilder.reportGroup(int reportGroup) A number that is used to turn on throughput logging based on groups of the size.DataSetEndpointBuilderFactory.DataSetEndpointProducerBuilder.reportGroup(String reportGroup) A number that is used to turn on throughput logging based on groups of the size.DataSetEndpointBuilderFactory.DataSetEndpointProducerBuilder.resultMinimumWaitTime(long resultMinimumWaitTime) Sets the minimum expected amount of time (in millis) the assertIsSatisfied() will wait on a latch until it is satisfied.DataSetEndpointBuilderFactory.DataSetEndpointProducerBuilder.resultMinimumWaitTime(String resultMinimumWaitTime) Sets the minimum expected amount of time (in millis) the assertIsSatisfied() will wait on a latch until it is satisfied.DataSetEndpointBuilderFactory.DataSetEndpointProducerBuilder.resultWaitTime(long resultWaitTime) Sets the maximum amount of time (in millis) the assertIsSatisfied() will wait on a latch until it is satisfied.DataSetEndpointBuilderFactory.DataSetEndpointProducerBuilder.resultWaitTime(String resultWaitTime) Sets the maximum amount of time (in millis) the assertIsSatisfied() will wait on a latch until it is satisfied.DataSetEndpointBuilderFactory.DataSetEndpointProducerBuilder.retainFirst(int retainFirst) Specifies to only retain the first nth number of received Exchanges.DataSetEndpointBuilderFactory.DataSetEndpointProducerBuilder.retainFirst(String retainFirst) Specifies to only retain the first nth number of received Exchanges.DataSetEndpointBuilderFactory.DataSetEndpointProducerBuilder.retainLast(int retainLast) Specifies to only retain the last nth number of received Exchanges.DataSetEndpointBuilderFactory.DataSetEndpointProducerBuilder.retainLast(String retainLast) Specifies to only retain the last nth number of received Exchanges.DataSetEndpointBuilderFactory.DataSetEndpointProducerBuilder.sleepForEmptyTest(long sleepForEmptyTest) Allows a sleep to be specified to wait to check that this endpoint really is empty when expectedMessageCount(int) is called with zero.DataSetEndpointBuilderFactory.DataSetEndpointProducerBuilder.sleepForEmptyTest(String sleepForEmptyTest) Allows a sleep to be specified to wait to check that this endpoint really is empty when expectedMessageCount(int) is called with zero.