GRPC C++  1.62.0
Public Member Functions
grpc::Server::experimental_type Class Reference

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< ChannelInProcessChannelWithInterceptors (const ChannelArguments &args, std::vector< std::unique_ptr< experimental::ClientInterceptorFactoryInterface >> interceptor_creators)
 Establish a channel for in-process communication with client interceptors. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ experimental_type()

grpc::Server::experimental_type::experimental_type ( Server server)
inlineexplicit

Member Function Documentation

◆ InProcessChannelWithInterceptors()

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.


The documentation for this class was generated from the following file: