Settings relating to creation of a code-generated client.
Definition in file client_settings.hpp.
Go to the source code of this file.
#include <cstddef>
#include <string>
#include <unordered_map>
#include <userver/dynamic_config/snapshot.hpp>
#include <userver/ugrpc/client/fwd.hpp>
Classes | |
struct | ugrpc::client::ClientSettings |
Settings relating to creation of a code-generated client. More... | |
Namespaces | |
namespace | ugrpc |
Asynchronous gRPC driver. | |
namespace | ugrpc::client |
Client-side utilities. | |
Typedefs | |
using | ugrpc::client::DedicatedMethodsConfig = std::unordered_map<std::string, std::size_t> |
Functions | |
std::size_t | ugrpc::client::GetMethodChannelCount (const DedicatedMethodsConfig &dedicated_methods_config, std::string_view method_name) |