|
GRPC C++
1.76.0
|
NOTE: class experimental_type is not part of the public API of this class. More...
#include <server.h>
Public Member Functions | |
| experimental_type (Server *server) | |
| std::shared_ptr< Channel > | InProcessChannelWithInterceptors (const ChannelArguments &args, std::vector< std::unique_ptr< experimental::ClientInterceptorFactoryInterface >> interceptor_creators) |
| Establish a channel for in-process communication with client interceptors. More... | |
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 experimental.
|
inlineexplicit |
| std::shared_ptr<Channel> grpc::Server::experimental_type::InProcessChannelWithInterceptors | ( | const ChannelArguments & | args, |
| std::vector< std::unique_ptr< experimental::ClientInterceptorFactoryInterface >> | interceptor_creators | ||
| ) |
Establish a channel for in-process communication with client interceptors.
1.8.17