Allows to talk to gRPC services (generic and normal) using dynamic method names.
Definition in file generic.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/rpc.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. | |