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