Uses of Enum
org.apache.camel.throttling.ThrottlingInflightRoutePolicy.ThrottlingScope
Packages that use ThrottlingInflightRoutePolicy.ThrottlingScope
-
Uses of ThrottlingInflightRoutePolicy.ThrottlingScope in org.apache.camel.throttling
Methods in org.apache.camel.throttling that return ThrottlingInflightRoutePolicy.ThrottlingScopeModifier and TypeMethodDescriptionThrottlingInflightRoutePolicy.getScope()Returns the enum constant of this type with the specified name.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.ThrottlingScopeModifier and TypeMethodDescriptionvoidThrottlingInflightRoutePolicy.setScope(ThrottlingInflightRoutePolicy.ThrottlingScope scope) Sets which scope the throttling should be based upon, either route or total scoped.