Uses of Interface
org.apache.camel.builder.endpoint.dsl.DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder
Packages that use DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder
-
Uses of DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder 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.DataSetEndpointConsumerBuilderModifier and TypeMethodDescriptionDataSetEndpointBuilderFactory.AdvancedDataSetEndpointConsumerBuilder.basic()DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder.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.DataSetEndpointConsumerBuilder.initialDelay(long initialDelay) Time period in millis to wait before starting sending messages.DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder.initialDelay(String initialDelay) Time period in millis to wait before starting sending messages.DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder.minRate(int minRate) Wait until the DataSet contains at least this number of messages.Wait until the DataSet contains at least this number of messages.DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder.preloadSize(long preloadSize) Sets how many messages should be preloaded (sent) before the route completes its initialization.DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder.preloadSize(String preloadSize) Sets how many messages should be preloaded (sent) before the route completes its initialization.DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder.produceDelay(long produceDelay) Allows a delay to be specified which causes a delay when a message is sent by the consumer (to simulate slow processing).DataSetEndpointBuilderFactory.DataSetEndpointConsumerBuilder.produceDelay(String produceDelay) Allows a delay to be specified which causes a delay when a message is sent by the consumer (to simulate slow processing).