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

#include <userver/ugrpc/client/middlewares/base.hpp>

Detailed Description

Client meta info for a middleware construction.

Definition at line 37 of file base.hpp.

Public Attributes

std::string client_name {}
 The name that is passed to ClientFactory::MakeClient.
 
std::optional< std::string > service_full_name {}
 std::nullopt for generic clients.
 

Member Data Documentation

◆ client_name

std::string ugrpc::client::ClientInfo::client_name {}

The name that is passed to ClientFactory::MakeClient.

Definition at line 39 of file base.hpp.

◆ service_full_name

std::optional<std::string> ugrpc::client::ClientInfo::service_full_name {}

std::nullopt for generic clients.

Definition at line 41 of file base.hpp.


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