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 will re-assert to ensure the preliminary assertion is still valid.DataSetEndpointBuilderFactory.DataSetEndpointProducerBuilder.assertPeriod(String assertPeriod) Sets a grace period after which the mock 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. off (consumer) the header will not be set. strict (consumer) the header will be set. lenient (consumer) the header will be set. off (producer) the header value will not be verified, and will not be set if it is not present. strict (producer) the header value must be present and will be verified. lenient (producer) the header value will be verified if it is present, and will be set if it is not present.DataSetEndpointBuilderFactory.DataSetEndpointProducerBuilder.expectedCount(int expectedCount) Specifies the expected number of message exchanges that should be received by this mock.DataSetEndpointBuilderFactory.DataSetEndpointProducerBuilder.expectedCount(String expectedCount) Specifies the expected number of message exchanges that should be received by this mock.