|
|
@ -109,7 +109,8 @@ class Server : public grpc::ServerInterface, private grpc::GrpcLibraryCodegen { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// Establish a channel for in-process communication
|
|
|
|
/// Establish a channel for in-process communication
|
|
|
|
std::shared_ptr<grpc::Channel> InProcessChannel(const grpc::ChannelArguments& args); |
|
|
|
std::shared_ptr<grpc::Channel> InProcessChannel( |
|
|
|
|
|
|
|
const grpc::ChannelArguments& args); |
|
|
|
|
|
|
|
|
|
|
|
/// NOTE: class experimental_type is not part of the public API of this class.
|
|
|
|
/// NOTE: class experimental_type is not part of the public API of this class.
|
|
|
|
/// TODO(yashykt): Integrate into public API when this is no longer
|
|
|
|
/// TODO(yashykt): Integrate into public API when this is no longer
|
|
|
|