GRPC Core
18.0.0
|
#include <server.h>
Data Structures | |
class | ConnectionManager |
class | WatcherInterface |
Public Member Functions | |
virtual | ~grpc_server_config_fetcher ()=default |
virtual void | StartWatch (std::string listening_address, grpc_channel_args *args, std::unique_ptr< WatcherInterface > watcher)=0 |
virtual void | CancelWatch (WatcherInterface *watcher)=0 |
virtual grpc_pollset_set * | interested_parties ()=0 |
|
virtualdefault |
|
pure virtual |
|
pure virtual |
|
pure virtual |