Uses of Class
org.apache.camel.processor.AbstractThrottler
Packages that use AbstractThrottler
Package
Description
A collection of Processor
implementations which are used to implement the
Enterprise Integration Patterns
-
Uses of AbstractThrottler in org.apache.camel.processor
Subclasses of AbstractThrottler in org.apache.camel.processorModifier and TypeClassDescriptionclassA Throttler will set a limit on the maximum number of message exchanges which can be sent to a processor concurrently.classA Throttler will set a limit on the maximum number of message exchanges which can be sent to a processor within a specific time period.