GRPC C++  1.30.0
Public Member Functions
grpc::ServerInterface::experimental_registration_interface Class Reference

NOTE: class experimental_registration_interface is not part of the public API of this class TODO(vjpai): Move these contents to public API when no longer experimental. More...

#include <server_interface.h>

Public Member Functions

virtual ~experimental_registration_interface ()
 
virtual void RegisterCallbackGenericService (experimental::CallbackGenericService *)
 May not be abstract since this is a post-1.0 API addition. More...
 

Detailed Description

NOTE: class experimental_registration_interface is not part of the public API of this class TODO(vjpai): Move these contents to public API when no longer experimental.

Constructor & Destructor Documentation

◆ ~experimental_registration_interface()

virtual grpc::ServerInterface::experimental_registration_interface::~experimental_registration_interface ( )
inlinevirtual

Member Function Documentation

◆ RegisterCallbackGenericService()

virtual void grpc::ServerInterface::experimental_registration_interface::RegisterCallbackGenericService ( experimental::CallbackGenericService )
inlinevirtual

May not be abstract since this is a post-1.0 API addition.


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