Uses of Class
org.apache.camel.throttling.ThrottlingInflightRoutePolicy.ThrottlingScope
-
Packages that use ThrottlingInflightRoutePolicy.ThrottlingScope Package Description org.apache.camel.throttling Base classes for throttler EIP -
-
Uses of ThrottlingInflightRoutePolicy.ThrottlingScope in org.apache.camel.throttling
Methods in org.apache.camel.throttling that return ThrottlingInflightRoutePolicy.ThrottlingScope Modifier and Type Method Description ThrottlingInflightRoutePolicy.ThrottlingScopeThrottlingInflightRoutePolicy. getScope()static ThrottlingInflightRoutePolicy.ThrottlingScopeThrottlingInflightRoutePolicy.ThrottlingScope. valueOf(String name)Returns the enum constant of this type with the specified name.static ThrottlingInflightRoutePolicy.ThrottlingScope[]ThrottlingInflightRoutePolicy.ThrottlingScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.throttling with parameters of type ThrottlingInflightRoutePolicy.ThrottlingScope Modifier and Type Method Description voidThrottlingInflightRoutePolicy. setScope(ThrottlingInflightRoutePolicy.ThrottlingScope scope)Sets which scope the throttling should be based upon, either route or total scoped.
-