|
template<class T , class U , class E , typename... ErrorArgs> |
T | MakeCall (std::function< T(const U &request)> api, const U &api_param, std::string api_name, ErrorArgs...error_on_throttling_args) const |
|
void | SetMaxApiTps (const std::string &api, double tps) |
|
Definition at line 37 of file throttling_manager_test.cpp.
ThrottledClient::ThrottledClient |
( |
double |
max_api_tps | ) |
|
|
inlineexplicit |
std::atomic<int> ThrottledClient::throttled_function_call_count_ {0} |
|
mutable |
The documentation for this class was generated from the following file: