userver: ugrpc::server::GenericCallContext Class Reference
Loading...
Searching...
No Matches
ugrpc::server::GenericCallContext Class Reference

#include <userver/ugrpc/server/call_context.hpp>

Detailed Description

generic gRPC call context

Definition at line 45 of file call_context.hpp.

+ Inheritance diagram for ugrpc::server::GenericCallContext:

Public Member Functions

void SetMetricsCallName (std::string_view call_name)
 Set a custom call name for metric labels.
 
grpc::ServerContext & GetServerContext ()
 
std::string_view GetCallName () const
 Name of the RPC in the format full.path.ServiceName/MethodName
 
std::string_view GetServiceName () const
 Get name of gRPC service.
 
std::string_view GetMethodName () const
 Get name of called gRPC method.
 

Member Function Documentation

◆ GetServerContext()

grpc::ServerContext & ugrpc::server::CallContext::GetServerContext ( )
inherited
Returns
the ServerContext used for this RPC

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