userver: userver/ugrpc/client/client_qos.hpp File Reference
Loading...
Searching...
No Matches
client_qos.hpp File Reference

Detailed Description

Definition in file client_qos.hpp.

Go to the source code of this file.

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 >)