GRPC C++
1.30.0
|
Interface to pass an option to a ServerBuilder. More...
#include <server_builder_option_impl.h>
Public Member Functions | |
virtual | ~ServerBuilderOption () |
virtual void | UpdateArguments (grpc::ChannelArguments *args)=0 |
Alter the ChannelArguments used to create the gRPC server. More... | |
virtual void | UpdatePlugins (std::vector< std::unique_ptr< grpc::ServerBuilderPlugin >> *plugins)=0 |
Alter the ServerBuilderPlugin map that will be added into ServerBuilder. More... | |
Interface to pass an option to a ServerBuilder.
|
inlinevirtual |
|
pure virtual |
Alter the ChannelArguments used to create the gRPC server.
Implemented in grpc::HealthCheckServiceServerBuilderOption.
|
pure virtual |
Alter the ServerBuilderPlugin map that will be added into ServerBuilder.
Implemented in grpc::HealthCheckServiceServerBuilderOption.