userver: userver/ugrpc/client/generic_client.hpp File Reference
Loading...
Searching...
No Matches
generic_client.hpp File Reference

Detailed Description

Allows to talk to gRPC services (generic and normal) using dynamic method names.

Definition in file generic_client.hpp.

Go to the source code of this file.

#include <optional>
#include <string_view>
#include <grpcpp/client_context.h>
#include <grpcpp/support/byte_buffer.h>
#include <userver/ugrpc/client/impl/client_data.hpp>
#include <userver/ugrpc/client/qos.hpp>
#include <userver/ugrpc/client/response_future.hpp>

Classes

struct  ugrpc::client::GenericOptions
 
class  ugrpc::client::GenericClient
 Allows to talk to gRPC services (generic and normal) using dynamic method names. More...
 

Namespaces

namespace  ugrpc
 Asynchronous gRPC driver.
 
namespace  ugrpc::client
 Client-side utilities.