GRPC C++  1.62.0
Public Member Functions
grpc::ServerBuilderOption Class Referenceabstract

Interface to pass an option to a ServerBuilder. More...

#include <server_builder_option.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...
 

Detailed Description

Interface to pass an option to a ServerBuilder.

Constructor & Destructor Documentation

◆ ~ServerBuilderOption()

virtual grpc::ServerBuilderOption::~ServerBuilderOption ( )
inlinevirtual

Member Function Documentation

◆ UpdateArguments()

virtual void grpc::ServerBuilderOption::UpdateArguments ( grpc::ChannelArguments args)
pure virtual

Alter the ChannelArguments used to create the gRPC server.

Implemented in grpc::HealthCheckServiceServerBuilderOption.

◆ UpdatePlugins()

virtual void grpc::ServerBuilderOption::UpdatePlugins ( std::vector< std::unique_ptr< grpc::ServerBuilderPlugin >> *  plugins)
pure virtual

Alter the ServerBuilderPlugin map that will be added into ServerBuilder.


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