userver: ugrpc::client::ClientQos Struct Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
ugrpc::client::ClientQos Struct Reference

Your opinion will help to improve our service

Leave a feedback >

Detailed Description

Definition at line 23 of file client_qos.hpp.

Public Attributes

utils::DefaultDict< Qosmethods
 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.
 
std::optional< GlobalQosglobal
 Properties that could not be specified per-method.
 

Member Data Documentation

◆ global

std::optional<GlobalQos> ugrpc::client::ClientQos::global

Properties that could not be specified per-method.

Definition at line 30 of file client_qos.hpp.

◆ methods

utils::DefaultDict<Qos> ugrpc::client::ClientQos::methods

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 at line 27 of file client_qos.hpp.


The documentation for this struct was generated from the following file: