Settings relating to the ClientFactory.
Definition in file client_factory_settings.hpp.
Go to the source code of this file.
#include <memory>
#include <optional>
#include <string>
#include <unordered_map>
#include <grpcpp/security/credentials.h>
#include <grpcpp/support/channel_arguments.h>
Classes | |
struct | ugrpc::client::ClientFactorySettings |
Settings relating to the ClientFactory. More... | |
Namespaces | |
namespace | ugrpc |
Asynchronous gRPC driver. | |
namespace | ugrpc::client |
Client-side utilities. | |
Functions | |
std::shared_ptr< grpc::ChannelCredentials > | ugrpc::client::GetClientCredentials (const ClientFactorySettings &client_factory_settings, const std::string &client_name) |