Settings relating to the ClientFactory.
Definition in file client_factory_settings.hpp.
Go to the source code of this file.
#include <memory>
#include <string>
#include <unordered_map>
#include <grpcpp/security/credentials.h>
#include <grpcpp/support/channel_arguments.h>
#include <userver/logging/level.hpp>
Classes | |
struct | ugrpc::client::ClientFactorySettings |
Settings relating to the ClientFactory. More... | |
Namespaces | |
namespace | ugrpc |
Asynchronous gRPC driver. | |
namespace | ugrpc::client |
Client-side utilities. | |
Typedefs | |
using | ugrpc::client::DedicatedMethodsConfig = std::unordered_map<std::string, std::size_t> |