Definition in file client_qos.hpp.
Go to the source code of this file.
#include <userver/dynamic_config/snapshot.hpp>
#include <userver/utils/default_dict.hpp>
#include <userver/ugrpc/client/qos.hpp>
Classes | |
struct | ugrpc::client::GlobalQos |
struct | ugrpc::client::ClientQos |
Namespaces | |
namespace | ugrpc |
Asynchronous gRPC driver. | |
namespace | ugrpc::client |
Client-side utilities. | |
Functions | |
bool | ugrpc::client::operator== (const GlobalQos &lhs, const GlobalQos &rhs) noexcept |
GlobalQos | ugrpc::client::Parse (const formats::json::Value &value, formats::parse::To< GlobalQos >) |
formats::json::Value | ugrpc::client::Serialize (const GlobalQos &, formats::serialize::To< formats::json::Value >) |
bool | ugrpc::client::operator== (const ClientQos &lhs, const ClientQos &rhs) noexcept |
ClientQos | ugrpc::client::Parse (const formats::json::Value &value, formats::parse::To< ClientQos >) |
formats::json::Value | ugrpc::client::Serialize (const ClientQos &client_qos, formats::serialize::To< formats::json::Value >) |