Uses of Class
org.apache.camel.impl.ThrottlingInflightRoutePolicy.ThrottlingScope

Packages that use ThrottlingInflightRoutePolicy.ThrottlingScope
org.apache.camel.impl Default implementation classes for Camel Core 
 

Uses of ThrottlingInflightRoutePolicy.ThrottlingScope in org.apache.camel.impl
 

Methods in org.apache.camel.impl that return ThrottlingInflightRoutePolicy.ThrottlingScope
 ThrottlingInflightRoutePolicy.ThrottlingScope ThrottlingInflightRoutePolicy.getScope()
           
static ThrottlingInflightRoutePolicy.ThrottlingScope ThrottlingInflightRoutePolicy.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.impl with parameters of type ThrottlingInflightRoutePolicy.ThrottlingScope
 void ThrottlingInflightRoutePolicy.setScope(ThrottlingInflightRoutePolicy.ThrottlingScope scope)
          Sets which scope the throttling should be based upon, either route or total scoped.
 



Apache CAMEL