Uses of Class
org.apache.camel.processor.TotalRequestsThrottler.ThrottlingState
Packages that use TotalRequestsThrottler.ThrottlingState
Package
Description
A collection of Processor
implementations which are used to implement the
Enterprise Integration Patterns
-
Uses of TotalRequestsThrottler.ThrottlingState in org.apache.camel.processor
Methods in org.apache.camel.processor with parameters of type TotalRequestsThrottler.ThrottlingStateModifier and TypeMethodDescriptionprotected booleanTotalRequestsThrottler.processAsynchronously(org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback, TotalRequestsThrottler.ThrottlingState throttlingState) Delegate blocking on the DelayQueue to an asyncExecutor.