Settings relating to the ClientFactory.
More...
#include <userver/ugrpc/client/client_factory.hpp>
Settings relating to the ClientFactory.
Definition at line 29 of file client_factory.hpp.
◆ channel_args
grpc::ChannelArguments ugrpc::client::ClientFactoryConfig::channel_args {} |
◆ channel_count
std::size_t ugrpc::client::ClientFactoryConfig::channel_count {1} |
Number of underlying channels that will be created for every client in this factory.
Definition at line 44 of file client_factory.hpp.
◆ credentials
std::shared_ptr<grpc::ChannelCredentials> ugrpc::client::ClientFactoryConfig::credentials |
Initial value:{
grpc::InsecureChannelCredentials()}
gRPC channel credentials, none by default
Definition at line 31 of file client_factory.hpp.
◆ native_log_level
logging::Level ugrpc::client::ClientFactoryConfig::native_log_level {logging::Level::kError} |
The logging level override for the internal grpcpp library. Must be either kDebug
, kInfo
or kError
.
Definition at line 40 of file client_factory.hpp.
The documentation for this struct was generated from the following file: