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

Detailed Description

Maps full RPC names (full.service.Name/MethodName) to their QOS configs. It is also possible to set __default__ QOS that will be used in place of missing entries.

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>

Namespaces

namespace  ugrpc
 Asynchronous gRPC driver.
 
namespace  ugrpc::client
 Client-side utilities.
 

Typedefs

using ugrpc::client::ClientQos = utils::DefaultDict<Qos>
 Maps full RPC names (full.service.Name/MethodName) to their QOS configs. It is also possible to set __default__ QOS that will be used in place of missing entries.