userver: userver/ugrpc/client Directory Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
client Directory Reference

Table of Contents

+ Directory dependency graph for client:

Directories

 impl
 
 middlewares
 

Files

 channels.hpp
 Utilities for managing gRPC connections.
 
 client_factory.hpp
 Creates generated gRPC clients. Has a minimal built-in channel cache: as long as a channel to the same endpoint is used somewhere, the same channel is given out.
 
 client_factory_component.hpp
 Provides a ClientFactory in the component system.
 
 client_qos.hpp
 
 exceptions.hpp
 Exceptions thrown by gRPC client streams.
 
 qos.hpp
 
 queue_holder.hpp
 Manages a gRPC completion queue, usable only in clients.
 
 rpc.hpp
 Classes representing an outgoing RPC.
 
 simple_client_component.hpp
 Template class for a simple gRPC client.