367368369370371372373
} public static void registerThrottlingRuleInvoker() { // construct an instance of throttling service as the rule invoker. bundleContext.registerService(ThrottlingRuleInvoker.class.getName(), new MultitenancyThrottlingService(), null); }