Your opinion will help to improve our service
Leave a feedback >Definition at line 23 of file client_qos.hpp.
Public Attributes | |
utils::DefaultDict< Qos > | 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. | |
std::optional< GlobalQos > | global |
Properties that could not be specified per-method. | |
std::optional<GlobalQos> ugrpc::client::ClientQos::global |
Properties that could not be specified per-method.
Definition at line 30 of file client_qos.hpp.
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.