#include <client.h>
Public Member Functions | |
| ClientChannelInfo (const std::string &target, const ClientConfig &config, std::function< std::unique_ptr< StubType >(std::shared_ptr< Channel >)> create_stub, int shard) | |
| Channel * | get_channel () |
| StubType * | get_stub () |
| bool | is_inproc () |
Private Member Functions | |
| void | set_channel_args (const ClientConfig &config, ChannelArguments *args) |
Private Attributes | |
| std::shared_ptr< Channel > | channel_ |
| bool | is_inproc_ |
| std::unique_ptr< StubType > | stub_ |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprivate |
|
private |
|
private |
|
private |