#include <userver/ugrpc/tests/standalone_client.hpp>
Sets up a mini gRPC client that is not directly associated with any userver gRPC server.
Definition at line 26 of file standalone_client.hpp.
Public Member Functions | |
StandaloneClientFactory (client::ClientFactorySettings &&client_factory_settings={}) | |
template<typename Client > | |
Client | MakeClient (const std::string &endpoint) |
client::ClientFactory & | GetClientFactory () |
|
explicit |
client_factory_settings | Options settings for the internal ugrpc::client::ClientFactory. |
|
inline |
Definition at line 42 of file standalone_client.hpp.
|
inline |
Definition at line 37 of file standalone_client.hpp.