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